Color Hex Logo

#72609a Color Hex

#72609A
(114,96,154)
0 Favorites   0 Comments

Color spaces of #72609a

RGB 11496154
HSL0.720.230.49
HSV259°38°60°
CMYK 0.260.380.00   0.40
XYZ16.955014.276232.4338
Yxy14.27620.26630.2242
Hunter Lab37.783913.9777-24.4460
CIE-Lab44.626520.1432-29.0417

#72609a color RGB value is (114,96,154).

#72609a hex color red value is 114, green value is 96 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #72609a hue: 0.72 , saturation: 0.23 and the lightness value of 72609a is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01100000 10011010
Octal 162 140 232
Decimal 114 96 154
Hex 72 60 9A

RGB Percentages of Color #72609a

%31.32
%26.37
%42.31

CMYK Percentages of Color #72609a

%26
%38
%0
%40

Triadic Colors of #72609a

#72609a #9a7260 #609a72

Analogous Colors of #72609a

#72609a #8f609a #606b9a

Monochromatic Colors of #72609a

#72609a

Complementary Color

#72609a #889a60

#72609a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72609a Color Preview on White Background

Lorem ipsum dolor sit amet.

#72609a Color CSS Codes

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

#72609a Text Font Color

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

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


#72609a Background Color

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

This div background color is #72609a


#72609a Border Color

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

This div border color is #72609a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72609a


Comments

No comments written yet.

Please login to write comment.