Color Hex Logo

#72769d Color Hex

#72769D
(114,118,157)
0 Favorites   0 Comments

Color spaces of #72769d

RGB 114118157
HSL0.650.180.53
HSV234°27°62°
CMYK 0.270.250.00   0.38
XYZ19.503718.968634.5316
Yxy18.96860.26720.2598
Hunter Lab43.55303.7174-16.5219
CIE-Lab50.65047.6281-21.4753

#72769d color RGB value is (114,118,157).

#72769d hex color red value is 114, green value is 118 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #72769d hue: 0.65 , saturation: 0.18 and the lightness value of 72769d is 0.53.

The process color (four color CMYK) of #72769d color hex is 0.27, 0.25, 0.00, 0.38. Web safe color of #72769d is #666699. Color #72769d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110110 10011101
Octal 162 166 235
Decimal 114 118 157
Hex 72 76 9D

RGB Percentages of Color #72769d

%29.31
%30.33
%40.36

CMYK Percentages of Color #72769d

%27
%25
%0
%38

Triadic Colors of #72769d

#72769d #9d7276 #769d72

Analogous Colors of #72769d

#72769d #84729d #728c9d

Monochromatic Colors of #72769d

#72769d

Complementary Color

#72769d #9d9972

#72769d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72769d Color Preview on White Background

Lorem ipsum dolor sit amet.

#72769d Color CSS Codes

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

#72769d Text Font Color

<p style="color:#72769d">Text here</p>

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


#72769d Background Color

<div style="background-color:#72769d">
Div content here</div>

This div background color is #72769d


#72769d Border Color

<div style="border:3px solid #72769d">
Div here</div>

This div border color is #72769d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,118,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72769d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72769d;
  -webkit-box-shadow: 1px 1px 3px 2px #72769d;
  box-shadow:         1px 1px 3px 2px #72769d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72769d


Comments

No comments written yet.

Please login to write comment.