Color Hex Logo

#72437f Color Hex

#72437F
(114,67,127)
0 Favorites   0 Comments

Color spaces of #72437f

RGB 11467127
HSL0.800.310.38
HSV287°47°50°
CMYK 0.100.470.00   0.50
XYZ12.77749.124021.1663
Yxy9.12400.29670.2119
Hunter Lab30.206022.6467-20.4023
CIE-Lab36.221931.0418-25.8199

#72437f color RGB value is (114,67,127).

#72437f hex color red value is 114, green value is 67 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #72437f hue: 0.80 , saturation: 0.31 and the lightness value of 72437f is 0.38.

The process color (four color CMYK) of #72437f color hex is 0.10, 0.47, 0.00, 0.50. Web safe color of #72437f is #663366. Color #72437f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000011 01111111
Octal 162 103 177
Decimal 114 67 127
Hex 72 43 7F

RGB Percentages of Color #72437f

%37.01
%21.75
%41.23

CMYK Percentages of Color #72437f

%10
%47
%0
%50

Triadic Colors of #72437f

#72437f #7f7243 #437f72

Analogous Colors of #72437f

#72437f #7f436e #54437f

Monochromatic Colors of #72437f

#72437f

Complementary Color

#72437f #507f43

#72437f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72437f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72437f Color CSS Codes

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

#72437f Text Font Color

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

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


#72437f Background Color

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

This div background color is #72437f


#72437f Border Color

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

This div border color is #72437f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,67,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72437f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72437f;
  -webkit-box-shadow: 1px 1px 3px 2px #72437f;
  box-shadow:         1px 1px 3px 2px #72437f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72437f


Comments

No comments written yet.

Please login to write comment.