Color Hex Logo

#72709a Color Hex

#72709A
(114,112,154)
0 Favorites   0 Comments

Color spaces of #72709a

RGB 114112154
HSL0.670.170.52
HSV243°27°60°
CMYK 0.260.270.00   0.40
XYZ18.566317.498832.9709
Yxy17.49880.26890.2535
Hunter Lab41.83166.0192-17.4492
CIE-Lab48.882510.4461-22.4370

#72709a color RGB value is (114,112,154).

#72709a hex color red value is 114, green value is 112 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #72709a hue: 0.67 , saturation: 0.17 and the lightness value of 72709a is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110000 10011010
Octal 162 160 232
Decimal 114 112 154
Hex 72 70 9A

RGB Percentages of Color #72709a

%30.00
%29.47
%40.53

CMYK Percentages of Color #72709a

%26
%27
%0
%40

Triadic Colors of #72709a

#72709a #9a7270 #709a72

Analogous Colors of #72709a

#72709a #87709a #70839a

Monochromatic Colors of #72709a

#72709a

Complementary Color

#72709a #989a70

#72709a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72709a Color Preview on White Background

Lorem ipsum dolor sit amet.

#72709a Color CSS Codes

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

#72709a Text Font Color

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

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


#72709a Background Color

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

This div background color is #72709a


#72709a Border Color

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

This div border color is #72709a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72709a


Comments

No comments written yet.

Please login to write comment.