Color Hex Logo

#8e8ecc Color Hex

#8E8ECC
(142,142,204)
0 Favorites   0 Comments

Color spaces of #8e8ecc

RGB 142142204
HSL0.670.380.68
HSV240°30°80°
CMYK 0.300.300.00   0.20
XYZ31.727429.456461.1402
Yxy29.45640.25940.2408
Hunter Lab54.27389.3686-28.7995
CIE-Lab61.182314.1625-31.9276

#8e8ecc color RGB value is (142,142,204).

#8e8ecc hex color red value is 142, green value is 142 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8e8ecc hue: 0.67 , saturation: 0.38 and the lightness value of 8e8ecc is 0.68.

The process color (four color CMYK) of #8e8ecc color hex is 0.30, 0.30, 0.00, 0.20. Web safe color of #8e8ecc is #9999cc. Color #8e8ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10001110 11001100
Octal 216 216 314
Decimal 142 142 204
Hex 8E 8E CC

RGB Percentages of Color #8e8ecc

%29.10
%29.10
%41.80

CMYK Percentages of Color #8e8ecc

%30
%30
%0
%20

Triadic Colors of #8e8ecc

#8e8ecc #cc8e8e #8ecc8e

Analogous Colors of #8e8ecc

#8e8ecc #ad8ecc #8eadcc

Monochromatic Colors of #8e8ecc

#8e8ecc

Complementary Color

#8e8ecc #cccc8e

#8e8ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e8ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e8ecc Color CSS Codes

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

#8e8ecc Text Font Color

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

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


#8e8ecc Background Color

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

This div background color is #8e8ecc


#8e8ecc Border Color

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

This div border color is #8e8ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e8ecc


Comments

No comments written yet.

Please login to write comment.