Color Hex Logo

#81889b Color Hex

#81889B
(129,136,155)
0 Favorites   0 Comments

Color spaces of #81889b

RGB 129136155
HSL0.620.120.56
HSV224°17°61°
CMYK 0.170.120.00   0.39
XYZ23.773824.642034.5137
Yxy24.64200.28670.2971
Hunter Lab49.6407-1.3845-6.4741
CIE-Lab56.72491.5640-10.9785

#81889b color RGB value is (129,136,155).

#81889b hex color red value is 129, green value is 136 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #81889b hue: 0.62 , saturation: 0.12 and the lightness value of 81889b is 0.56.

The process color (four color CMYK) of #81889b color hex is 0.17, 0.12, 0.00, 0.39. Web safe color of #81889b is #999999. Color #81889b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001000 10011011
Octal 201 210 233
Decimal 129 136 155
Hex 81 88 9B

RGB Percentages of Color #81889b

%30.71
%32.38
%36.90

CMYK Percentages of Color #81889b

%17
%12
%0
%39

Triadic Colors of #81889b

#81889b #9b8188 #889b81

Analogous Colors of #81889b

#81889b #87819b #81959b

Monochromatic Colors of #81889b

#81889b

Complementary Color

#81889b #9b9481

#81889b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81889b Color Preview on White Background

Lorem ipsum dolor sit amet.

#81889b Color CSS Codes

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

#81889b Text Font Color

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

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


#81889b Background Color

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

This div background color is #81889b


#81889b Border Color

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

This div border color is #81889b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81889b


Comments

No comments written yet.

Please login to write comment.