Color Hex Logo

#8e8ccf Color Hex

#8E8CCF
(142,140,207)
0 Favorites   0 Comments

Color spaces of #8e8ccf

RGB 142140207
HSL0.670.410.68
HSV242°32°81°
CMYK 0.310.320.00   0.19
XYZ31.795929.011962.9555
Yxy29.01190.25690.2344
Hunter Lab53.862711.1113-31.5951
CIE-Lab60.792116.0938-34.2175

#8e8ccf color RGB value is (142,140,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10001100 11001111
Octal 216 214 317
Decimal 142 140 207
Hex 8E 8C CF

RGB Percentages of Color #8e8ccf

%29.04
%28.63
%42.33

CMYK Percentages of Color #8e8ccf

%31
%32
%0
%19

Triadic Colors of #8e8ccf

#8e8ccf #cf8e8c #8ccf8e

Analogous Colors of #8e8ccf

#8e8ccf #b08ccf #8caccf

Monochromatic Colors of #8e8ccf

#8e8ccf

Complementary Color

#8e8ccf #cdcf8c

#8e8ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e8ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e8ccf Color CSS Codes

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

#8e8ccf Text Font Color

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

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


#8e8ccf Background Color

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

This div background color is #8e8ccf


#8e8ccf Border Color

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

This div border color is #8e8ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e8ccf


Comments

No comments written yet.

Please login to write comment.