Color Hex Logo

#8e00ce Color Hex

#8E00CE
(142,0,206)
1 Favorites   0 Comments

Color spaces of #8e00ce

RGB 1420206
HSL0.781.000.40
HSV281°100°81°
CMYK 0.311.000.00   0.19
XYZ22.295910.207059.1875
Yxy10.20700.24320.1113
Hunter Lab31.948468.6605-87.4766
CIE-Lab38.211474.6955-69.7570

#8e00ce color RGB value is (142,0,206).

#8e00ce hex color red value is 142, green value is 0 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8e00ce hue: 0.78 , saturation: 1.00 and the lightness value of 8e00ce is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 00000000 11001110
Octal 216 0 316
Decimal 142 0 206
Hex 8E 0 CE

RGB Percentages of Color #8e00ce

%40.80
%0.00
%59.20

CMYK Percentages of Color #8e00ce

%31
%100
%0
%19

Triadic Colors of #8e00ce

#8e00ce #ce8e00 #00ce8e

Analogous Colors of #8e00ce

#8e00ce #ce00a7 #2700ce

Monochromatic Colors of #8e00ce

#8e00ce

Complementary Color

#8e00ce #40ce00

#8e00ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e00ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e00ce Color CSS Codes

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

#8e00ce Text Font Color

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

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


#8e00ce Background Color

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

This div background color is #8e00ce


#8e00ce Border Color

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

This div border color is #8e00ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e00ce

#8e00ce Color Palettes


Comments

No comments written yet.

Please login to write comment.