Color Hex Logo

#8d809a Color Hex

#8D809A
(141,128,154)
0 Favorites   0 Comments

Color spaces of #8d809a

RGB 141128154
HSL0.750.110.55
HSV270°17°60°
CMYK 0.080.170.00   0.40
XYZ24.536423.434233.8019
Yxy23.43420.30010.2866
Hunter Lab48.40895.7585-7.5135
CIE-Lab55.516810.1045-12.1175

#8d809a color RGB value is (141,128,154).

#8d809a hex color red value is 141, green value is 128 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #8d809a hue: 0.75 , saturation: 0.11 and the lightness value of 8d809a is 0.55.

The process color (four color CMYK) of #8d809a color hex is 0.08, 0.17, 0.00, 0.40. Web safe color of #8d809a is #999999. Color #8d809a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10000000 10011010
Octal 215 200 232
Decimal 141 128 154
Hex 8D 80 9A

RGB Percentages of Color #8d809a

%33.33
%30.26
%36.41

CMYK Percentages of Color #8d809a

%8
%17
%0
%40

Triadic Colors of #8d809a

#8d809a #9a8d80 #809a8d

Analogous Colors of #8d809a

#8d809a #9a809a #80809a

Monochromatic Colors of #8d809a

#8d809a

Complementary Color

#8d809a #8d9a80

#8d809a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d809a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d809a Color CSS Codes

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

#8d809a Text Font Color

<p style="color:#8d809a">Text here</p>

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


#8d809a Background Color

<div style="background-color:#8d809a">
Div content here</div>

This div background color is #8d809a


#8d809a Border Color

<div style="border:3px solid #8d809a">
Div here</div>

This div border color is #8d809a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,128,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8d809a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8d809a;
  -webkit-box-shadow: 1px 1px 3px 2px #8d809a;
  box-shadow:         1px 1px 3px 2px #8d809a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,128,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d809a


Comments

No comments written yet.

Please login to write comment.