Color Hex Logo

#72589f Color Hex

#72589F
(114,88,159)
0 Favorites   0 Comments

Color spaces of #72589f

RGB 11488159
HSL0.730.290.48
HSV262°45°62°
CMYK 0.280.450.00   0.38
XYZ16.687213.060134.4422
Yxy13.06010.26000.2035
Hunter Lab36.138819.1802-31.2095
CIE-Lab42.853726.2948-34.8003

#72589f color RGB value is (114,88,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01011000 10011111
Octal 162 130 237
Decimal 114 88 159
Hex 72 58 9F

RGB Percentages of Color #72589f

%31.58
%24.38
%44.04

CMYK Percentages of Color #72589f

%28
%45
%0
%38

Triadic Colors of #72589f

#72589f #9f7258 #589f72

Analogous Colors of #72589f

#72589f #96589f #58629f

Monochromatic Colors of #72589f

#72589f

Complementary Color

#72589f #859f58

#72589f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72589f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72589f Color CSS Codes

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

#72589f Text Font Color

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

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


#72589f Background Color

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

This div background color is #72589f


#72589f Border Color

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

This div border color is #72589f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,88,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 #72589f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72589f


Comments

No comments written yet.

Please login to write comment.