Color Hex Logo

#72539e Color Hex

#72539E
(114,83,158)
0 Favorites   0 Comments

Color spaces of #72539e

RGB 11483158
HSL0.740.310.47
HSV265°47°62°
CMYK 0.280.470.00   0.38
XYZ16.204212.232533.8548
Yxy12.23250.26010.1964
Hunter Lab34.975021.4943-32.9085
CIE-Lab41.583329.0429-36.2114

#72539e color RGB value is (114,83,158).

#72539e hex color red value is 114, green value is 83 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #72539e hue: 0.74 , saturation: 0.31 and the lightness value of 72539e is 0.47.

The process color (four color CMYK) of #72539e color hex is 0.28, 0.47, 0.00, 0.38. Web safe color of #72539e is #666699. Color #72539e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010011 10011110
Octal 162 123 236
Decimal 114 83 158
Hex 72 53 9E

RGB Percentages of Color #72539e

%32.11
%23.38
%44.51

CMYK Percentages of Color #72539e

%28
%47
%0
%38

Triadic Colors of #72539e

#72539e #9e7253 #539e72

Analogous Colors of #72539e

#72539e #98539e #535a9e

Monochromatic Colors of #72539e

#72539e

Complementary Color

#72539e #7f9e53

#72539e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72539e Color Preview on White Background

Lorem ipsum dolor sit amet.

#72539e Color CSS Codes

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

#72539e Text Font Color

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

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


#72539e Background Color

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

This div background color is #72539e


#72539e Border Color

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

This div border color is #72539e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,83,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72539e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72539e;
  -webkit-box-shadow: 1px 1px 3px 2px #72539e;
  box-shadow:         1px 1px 3px 2px #72539e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72539e


Comments

No comments written yet.

Please login to write comment.