Color Hex Logo

#8c8eaa Color Hex

#8C8EAA
(140,142,170)
0 Favorites   0 Comments

Color spaces of #8c8eaa

RGB 140142170
HSL0.660.150.61
HSV236°18°67°
CMYK 0.180.160.00   0.33
XYZ27.743927.823741.9385
Yxy27.82370.28450.2854
Hunter Lab52.74821.5761-10.2160
CIE-Lab59.72915.2566-14.9497

#8c8eaa color RGB value is (140,142,170).

#8c8eaa hex color red value is 140, green value is 142 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8c8eaa hue: 0.66 , saturation: 0.15 and the lightness value of 8c8eaa is 0.61.

The process color (four color CMYK) of #8c8eaa color hex is 0.18, 0.16, 0.00, 0.33. Web safe color of #8c8eaa is #999999. Color #8c8eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10001110 10101010
Octal 214 216 252
Decimal 140 142 170
Hex 8C 8E AA

RGB Percentages of Color #8c8eaa

%30.97
%31.42
%37.61

CMYK Percentages of Color #8c8eaa

%18
%16
%0
%33

Triadic Colors of #8c8eaa

#8c8eaa #aa8c8e #8eaa8c

Analogous Colors of #8c8eaa

#8c8eaa #998caa #8c9daa

Monochromatic Colors of #8c8eaa

#8c8eaa

Complementary Color

#8c8eaa #aaa88c

#8c8eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c8eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c8eaa Color CSS Codes

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

#8c8eaa Text Font Color

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

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


#8c8eaa Background Color

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

This div background color is #8c8eaa


#8c8eaa Border Color

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

This div border color is #8c8eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,142,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 #8c8eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c8eaa


Comments

No comments written yet.

Please login to write comment.