Color Hex Logo

#8d8aaa Color Hex

#8D8AAA
(141,138,170)
0 Favorites   0 Comments

Color spaces of #8d8aaa

RGB 141138170
HSL0.680.160.60
HSV246°19°67°
CMYK 0.170.190.00   0.33
XYZ27.328726.742041.7515
Yxy26.74200.28520.2791
Hunter Lab51.71273.8351-11.6704
CIE-Lab58.73487.8798-16.4475

#8d8aaa color RGB value is (141,138,170).

#8d8aaa hex color red value is 141, green value is 138 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8d8aaa hue: 0.68 , saturation: 0.16 and the lightness value of 8d8aaa is 0.60.

The process color (four color CMYK) of #8d8aaa color hex is 0.17, 0.19, 0.00, 0.33. Web safe color of #8d8aaa is #999999. Color #8d8aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10001010 10101010
Octal 215 212 252
Decimal 141 138 170
Hex 8D 8A AA

RGB Percentages of Color #8d8aaa

%31.40
%30.73
%37.86

CMYK Percentages of Color #8d8aaa

%17
%19
%0
%33

Triadic Colors of #8d8aaa

#8d8aaa #aa8d8a #8aaa8d

Analogous Colors of #8d8aaa

#8d8aaa #9d8aaa #8a97aa

Monochromatic Colors of #8d8aaa

#8d8aaa

Complementary Color

#8d8aaa #a7aa8a

#8d8aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d8aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d8aaa Color CSS Codes

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

#8d8aaa Text Font Color

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

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


#8d8aaa Background Color

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

This div background color is #8d8aaa


#8d8aaa Border Color

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

This div border color is #8d8aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d8aaa


Comments

No comments written yet.

Please login to write comment.