Color Hex Logo

#72938b Color Hex

#72938B
(114,147,139)
0 Favorites   0 Comments

Color spaces of #72938b

RGB 114147139
HSL0.460.130.51
HSV165°22°58°
CMYK 0.220.000.05   0.42
XYZ22.033326.308928.3429
Yxy26.30890.28730.3431
Hunter Lab51.2922-13.08413.1422
CIE-Lab58.3291-13.23420.4535

#72938b color RGB value is (114,147,139).

#72938b hex color red value is 114, green value is 147 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #72938b hue: 0.46 , saturation: 0.13 and the lightness value of 72938b is 0.51.

The process color (four color CMYK) of #72938b color hex is 0.22, 0.00, 0.05, 0.42. Web safe color of #72938b is #669999. Color #72938b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10010011 10001011
Octal 162 223 213
Decimal 114 147 139
Hex 72 93 8B

RGB Percentages of Color #72938b

%28.50
%36.75
%34.75

CMYK Percentages of Color #72938b

%22
%0
%5
%42

Triadic Colors of #72938b

#72938b #8b7293 #938b72

Analogous Colors of #72938b

#72938b #728b93 #72937b

Monochromatic Colors of #72938b

#72938b

Complementary Color

#72938b #93727a

#72938b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72938b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72938b Color CSS Codes

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

#72938b Text Font Color

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

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


#72938b Background Color

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

This div background color is #72938b


#72938b Border Color

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

This div border color is #72938b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72938b


Comments

No comments written yet.

Please login to write comment.