Color Hex Logo

#72599f Color Hex

#72599F
(114,89,159)
0 Favorites   0 Comments

Color spaces of #72599f

RGB 11489159
HSL0.730.280.49
HSV261°44°62°
CMYK 0.280.440.00   0.38
XYZ16.769813.225434.4698
Yxy13.22540.26010.2052
Hunter Lab36.366718.6699-30.7406
CIE-Lab43.100925.6903-34.4103

#72599f color RGB value is (114,89,159).

#72599f hex color red value is 114, green value is 89 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #72599f hue: 0.73 , saturation: 0.28 and the lightness value of 72599f is 0.49.

The process color (four color CMYK) of #72599f color hex is 0.28, 0.44, 0.00, 0.38. Web safe color of #72599f is #666699. Color #72599f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01011001 10011111
Octal 162 131 237
Decimal 114 89 159
Hex 72 59 9F

RGB Percentages of Color #72599f

%31.49
%24.59
%43.92

CMYK Percentages of Color #72599f

%28
%44
%0
%38

Triadic Colors of #72599f

#72599f #9f7259 #599f72

Analogous Colors of #72599f

#72599f #95599f #59639f

Monochromatic Colors of #72599f

#72599f

Complementary Color

#72599f #869f59

#72599f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72599f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72599f Color CSS Codes

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

#72599f Text Font Color

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

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


#72599f Background Color

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

This div background color is #72599f


#72599f Border Color

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

This div border color is #72599f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72599f


Comments

No comments written yet.

Please login to write comment.