Color Hex Logo

#72858c Color Hex

#72858C
(114,133,140)
0 Favorites   0 Comments

Color spaces of #72858c

RGB 114133140
HSL0.540.100.50
HSV196°19°55°
CMYK 0.190.050.00   0.45
XYZ20.060622.245928.0475
Yxy22.24590.28510.3162
Hunter Lab47.1656-6.6196-2.2415
CIE-Lab54.2869-5.2658-6.0706

#72858c color RGB value is (114,133,140).

#72858c hex color red value is 114, green value is 133 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #72858c hue: 0.54 , saturation: 0.10 and the lightness value of 72858c is 0.50.

The process color (four color CMYK) of #72858c color hex is 0.19, 0.05, 0.00, 0.45. Web safe color of #72858c is #669999. Color #72858c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000101 10001100
Octal 162 205 214
Decimal 114 133 140
Hex 72 85 8C

RGB Percentages of Color #72858c

%29.46
%34.37
%36.18

CMYK Percentages of Color #72858c

%19
%5
%0
%45

Triadic Colors of #72858c

#72858c #8c7285 #858c72

Analogous Colors of #72858c

#72858c #72788c #728c86

Monochromatic Colors of #72858c

#72858c

Complementary Color

#72858c #8c7972

#72858c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72858c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72858c Color CSS Codes

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

#72858c Text Font Color

<p style="color:#72858c">Text here</p>

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


#72858c Background Color

<div style="background-color:#72858c">
Div content here</div>

This div background color is #72858c


#72858c Border Color

<div style="border:3px solid #72858c">
Div here</div>

This div border color is #72858c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,133,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72858c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72858c;
  -webkit-box-shadow: 1px 1px 3px 2px #72858c;
  box-shadow:         1px 1px 3px 2px #72858c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72858c


Comments

No comments written yet.

Please login to write comment.