Color Hex Logo

#8e8bcc Color Hex

#8E8BCC
(142,139,204)
0 Favorites   0 Comments

Color spaces of #8e8bcc

RGB 142139204
HSL0.670.390.67
HSV243°32°80°
CMYK 0.300.320.00   0.20
XYZ31.287028.575760.9934
Yxy28.57570.25890.2364
Hunter Lab53.456210.9245-30.2303
CIE-Lab60.405315.8993-33.1351

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10001011 11001100
Octal 216 213 314
Decimal 142 139 204
Hex 8E 8B CC

RGB Percentages of Color #8e8bcc

%29.28
%28.66
%42.06

CMYK Percentages of Color #8e8bcc

%30
%32
%0
%20

Triadic Colors of #8e8bcc

#8e8bcc #cc8e8b #8bcc8e

Analogous Colors of #8e8bcc

#8e8bcc #af8bcc #8ba9cc

Monochromatic Colors of #8e8bcc

#8e8bcc

Complementary Color

#8e8bcc #c9cc8b

#8e8bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e8bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e8bcc Color CSS Codes

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

#8e8bcc Text Font Color

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

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


#8e8bcc Background Color

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

This div background color is #8e8bcc


#8e8bcc Border Color

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

This div border color is #8e8bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e8bcc


Comments

No comments written yet.

Please login to write comment.