Color Hex Logo

#72559a Color Hex

#72559A
(114,85,154)
0 Favorites   0 Comments

Color spaces of #72559a

RGB 11485154
HSL0.740.290.47
HSV265°45°60°
CMYK 0.260.450.00   0.40
XYZ16.020712.407532.1224
Yxy12.40750.26460.2049
Hunter Lab35.224319.5428-29.4119
CIE-Lab41.856626.8144-33.3885

#72559a color RGB value is (114,85,154).

#72559a hex color red value is 114, green value is 85 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #72559a hue: 0.74 , saturation: 0.29 and the lightness value of 72559a is 0.47.

The process color (four color CMYK) of #72559a color hex is 0.26, 0.45, 0.00, 0.40. Web safe color of #72559a is #666699. Color #72559a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010101 10011010
Octal 162 125 232
Decimal 114 85 154
Hex 72 55 9A

RGB Percentages of Color #72559a

%32.29
%24.08
%43.63

CMYK Percentages of Color #72559a

%26
%45
%0
%40

Triadic Colors of #72559a

#72559a #9a7255 #559a72

Analogous Colors of #72559a

#72559a #95559a #555a9a

Monochromatic Colors of #72559a

#72559a

Complementary Color

#72559a #7d9a55

#72559a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72559a Color Preview on White Background

Lorem ipsum dolor sit amet.

#72559a Color CSS Codes

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

#72559a Text Font Color

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

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


#72559a Background Color

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

This div background color is #72559a


#72559a Border Color

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

This div border color is #72559a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,85,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72559a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72559a;
  -webkit-box-shadow: 1px 1px 3px 2px #72559a;
  box-shadow:         1px 1px 3px 2px #72559a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72559a


Comments

No comments written yet.

Please login to write comment.