Color Hex Logo

#751872 Color Hex

#751872
(117,24,114)
0 Favorites   0 Comments

Color spaces of #751872

RGB 11724114
HSL0.840.660.28
HSV302°79°46°
CMYK 0.000.790.03   0.54
XYZ10.70005.650116.4462
Yxy5.65010.32630.1723
Hunter Lab23.769938.7541-24.3832
CIE-Lab28.512049.5647-29.7672

#751872 color RGB value is (117,24,114).

#751872 hex color red value is 117, green value is 24 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #751872 hue: 0.84 , saturation: 0.66 and the lightness value of 751872 is 0.28.

The process color (four color CMYK) of #751872 color hex is 0.00, 0.79, 0.03, 0.54. Web safe color of #751872 is #660066. Color #751872 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011000 01110010
Octal 165 30 162
Decimal 117 24 114
Hex 75 18 72

RGB Percentages of Color #751872

%45.88
%9.41
%44.71

CMYK Percentages of Color #751872

%0
%79
%3
%54

Triadic Colors of #751872

#751872 #727518 #187275

Analogous Colors of #751872

#751872 #751844 #4a1875

Monochromatic Colors of #751872

#751872

Complementary Color

#751872 #18751b

#751872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751872 Color CSS Codes

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

#751872 Text Font Color

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

This sample text font color is #751872
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.


#751872 Background Color

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

This div background color is #751872


#751872 Border Color

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

This div border color is #751872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751872


Comments

No comments written yet.

Please login to write comment.