Color Hex Logo

#72818b Color Hex

#72818B
(114,129,139)
0 Favorites   0 Comments

Color spaces of #72818b

RGB 114129139
HSL0.570.100.50
HSV204°18°55°
CMYK 0.180.070.00   0.45
XYZ19.449921.142027.4818
Yxy21.14200.28570.3106
Hunter Lab45.9804-4.9596-3.2504
CIE-Lab53.1046-3.2213-7.2478

#72818b color RGB value is (114,129,139).

#72818b hex color red value is 114, green value is 129 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #72818b hue: 0.57 , saturation: 0.10 and the lightness value of 72818b is 0.50.

The process color (four color CMYK) of #72818b color hex is 0.18, 0.07, 0.00, 0.45. Web safe color of #72818b is #669999. Color #72818b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000001 10001011
Octal 162 201 213
Decimal 114 129 139
Hex 72 81 8B

RGB Percentages of Color #72818b

%29.84
%33.77
%36.39

CMYK Percentages of Color #72818b

%18
%7
%0
%45

Triadic Colors of #72818b

#72818b #8b7281 #818b72

Analogous Colors of #72818b

#72818b #72758b #728b89

Monochromatic Colors of #72818b

#72818b

Complementary Color

#72818b #8b7c72

#72818b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72818b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72818b Color CSS Codes

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

#72818b Text Font Color

<p style="color:#72818b">Text here</p>

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


#72818b Background Color

<div style="background-color:#72818b">
Div content here</div>

This div background color is #72818b


#72818b Border Color

<div style="border:3px solid #72818b">
Div here</div>

This div border color is #72818b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,129,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72818b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72818b;
  -webkit-box-shadow: 1px 1px 3px 2px #72818b;
  box-shadow:         1px 1px 3px 2px #72818b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72818b

#72818b Color Palettes


Comments

No comments written yet.

Please login to write comment.