Color Hex Logo

#724877 Color Hex

#724877
(114,72,119)
0 Favorites   0 Comments

Color spaces of #724877

RGB 11472119
HSL0.820.250.37
HSV294°39°47°
CMYK 0.040.390.00   0.53
XYZ12.58669.544018.6316
Yxy9.54400.30880.2341
Hunter Lab30.893418.6612-14.1321
CIE-Lab37.011326.3583-19.6363

#724877 color RGB value is (114,72,119).

#724877 hex color red value is 114, green value is 72 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #724877 hue: 0.82 , saturation: 0.25 and the lightness value of 724877 is 0.37.

The process color (four color CMYK) of #724877 color hex is 0.04, 0.39, 0.00, 0.53. Web safe color of #724877 is #663366. Color #724877 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001000 01110111
Octal 162 110 167
Decimal 114 72 119
Hex 72 48 77

RGB Percentages of Color #724877

%37.38
%23.61
%39.02

CMYK Percentages of Color #724877

%4
%39
%0
%53

Triadic Colors of #724877

#724877 #777248 #487772

Analogous Colors of #724877

#724877 #774865 #5b4877

Monochromatic Colors of #724877

#724877

Complementary Color

#724877 #4d7748

#724877 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724877 Color Preview on White Background

Lorem ipsum dolor sit amet.

#724877 Color CSS Codes

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

#724877 Text Font Color

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

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


#724877 Background Color

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

This div background color is #724877


#724877 Border Color

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

This div border color is #724877


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724877


Comments

No comments written yet.

Please login to write comment.