Color Hex Logo

#751738 Color Hex

#751738
(117,23,56)
0 Favorites   0 Comments

Color spaces of #751738

RGB 1172356
HSL0.940.670.27
HSV339°80°46°
CMYK 0.000.800.52   0.54
XYZ8.35634.68024.2043
Yxy4.68020.48470.2715
Hunter Lab21.633831.08863.6212
CIE-Lab25.803542.14104.4759

#751738 color RGB value is (117,23,56).

#751738 hex color red value is 117, green value is 23 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #751738 hue: 0.94 , saturation: 0.67 and the lightness value of 751738 is 0.27.

The process color (four color CMYK) of #751738 color hex is 0.00, 0.80, 0.52, 0.54. Web safe color of #751738 is #660033. Color #751738 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010111 00111000
Octal 165 27 70
Decimal 117 23 56
Hex 75 17 38

RGB Percentages of Color #751738

%59.69
%11.73
%28.57

CMYK Percentages of Color #751738

%0
%80
%52
%54

Triadic Colors of #751738

#751738 #387517 #173875

Analogous Colors of #751738

#751738 #752517 #751767

Monochromatic Colors of #751738

#751738

Complementary Color

#751738 #177554

#751738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751738 Color CSS Codes

.mybgcolor {background-color:#751738; } 
.myforecolor {color:#751738; }
.mybordercolor {border:3px solid #751738; }

#751738 Text Font Color

<p style="color:#751738">Text here</p>

This sample text font color is #751738
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#751738 Background Color

<div style="background-color:#751738">
Div content here</div>

This div background color is #751738


#751738 Border Color

<div style="border:3px solid #751738">
Div here</div>

This div border color is #751738


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,23,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #751738; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #751738;
  -webkit-box-shadow: 1px 1px 3px 2px #751738;
  box-shadow:         1px 1px 3px 2px #751738; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,23,56, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #751738">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #751738;
  -webkit-box-shadow: 1px 1px 3px 2px #751738;
  box-shadow:         1px 1px 3px 2px #751738;">
Div content here</div>

This div box has shadow with color #751738


Comments

No comments written yet.

Please login to write comment.