Color Hex Logo

#85818a Color Hex

#85818A
(133,129,138)
0 Favorites   0 Comments

Color spaces of #85818a

RGB 133129138
HSL0.740.040.52
HSV267°54°
CMYK 0.040.070.00   0.46
XYZ22.110622.522027.2266
Yxy22.52200.30770.3134
Hunter Lab47.45730.1136-0.7949
CIE-Lab54.57653.2995-4.3175

#85818a color RGB value is (133,129,138).

#85818a hex color red value is 133, green value is 129 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #85818a hue: 0.74 , saturation: 0.04 and the lightness value of 85818a is 0.52.

The process color (four color CMYK) of #85818a color hex is 0.04, 0.07, 0.00, 0.46. Web safe color of #85818a is #999999. Color #85818a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000001 10001010
Octal 205 201 212
Decimal 133 129 138
Hex 85 81 8A

RGB Percentages of Color #85818a

%33.25
%32.25
%34.50

CMYK Percentages of Color #85818a

%4
%7
%0
%46

Triadic Colors of #85818a

#85818a #8a8581 #818a85

Analogous Colors of #85818a

#85818a #8a818a #81828a

Monochromatic Colors of #85818a

#85818a

Complementary Color

#85818a #868a81

#85818a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85818a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85818a Color CSS Codes

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

#85818a Text Font Color

<p style="color:#85818a">Text here</p>

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


#85818a Background Color

<div style="background-color:#85818a">
Div content here</div>

This div background color is #85818a


#85818a Border Color

<div style="border:3px solid #85818a">
Div here</div>

This div border color is #85818a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,129,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85818a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85818a;
  -webkit-box-shadow: 1px 1px 3px 2px #85818a;
  box-shadow:         1px 1px 3px 2px #85818a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85818a


Comments

No comments written yet.

Please login to write comment.