Color Hex Logo

#8e5ecc Color Hex

#8E5ECC
(142,94,204)
0 Favorites   0 Comments

Color spaces of #8e5ecc

RGB 14294204
HSL0.740.520.58
HSV266°54°80°
CMYK 0.300.540.00   0.20
XYZ26.057118.115859.2501
Yxy18.11580.25190.1752
Hunter Lab42.562734.7941-52.7418
CIE-Lab49.636341.8975-50.1165

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

#8e5ecc hex color red value is 142, green value is 94 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8e5ecc hue: 0.74 , saturation: 0.52 and the lightness value of 8e5ecc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 01011110 11001100
Octal 216 136 314
Decimal 142 94 204
Hex 8E 5E CC

RGB Percentages of Color #8e5ecc

%32.27
%21.36
%46.36

CMYK Percentages of Color #8e5ecc

%30
%54
%0
%20

Triadic Colors of #8e5ecc

#8e5ecc #cc8e5e #5ecc8e

Analogous Colors of #8e5ecc

#8e5ecc #c55ecc #5e65cc

Monochromatic Colors of #8e5ecc

#8e5ecc

Complementary Color

#8e5ecc #9ccc5e

#8e5ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e5ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e5ecc Color CSS Codes

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

#8e5ecc Text Font Color

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

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


#8e5ecc Background Color

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

This div background color is #8e5ecc


#8e5ecc Border Color

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

This div border color is #8e5ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e5ecc


Comments

No comments written yet.

Please login to write comment.