Color Hex Logo

#8e0deb Color Hex

#8E0DEB
(142,13,235)
0 Favorites   0 Comments

Color spaces of #8e0deb

RGB 14213235
HSL0.760.900.49
HSV275°94°92°
CMYK 0.400.940.00   0.08
XYZ26.294612.036879.5347
Yxy12.03680.22310.1021
Hunter Lab34.694174.5702-111.6339
CIE-Lab41.274578.9232-81.3709

#8e0deb color RGB value is (142,13,235).

#8e0deb hex color red value is 142, green value is 13 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8e0deb hue: 0.76 , saturation: 0.90 and the lightness value of 8e0deb is 0.49.

The process color (four color CMYK) of #8e0deb color hex is 0.40, 0.94, 0.00, 0.08. Web safe color of #8e0deb is #9900ff. Color #8e0deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 00001101 11101011
Octal 216 15 353
Decimal 142 13 235
Hex 8E D EB

RGB Percentages of Color #8e0deb

%36.41
%3.33
%60.26

CMYK Percentages of Color #8e0deb

%40
%94
%0
%8

Triadic Colors of #8e0deb

#8e0deb #eb8e0d #0deb8e

Analogous Colors of #8e0deb

#8e0deb #eb0dd9 #1f0deb

Monochromatic Colors of #8e0deb

#8e0deb

Complementary Color

#8e0deb #6aeb0d

#8e0deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e0deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e0deb Color CSS Codes

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

#8e0deb Text Font Color

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

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


#8e0deb Background Color

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

This div background color is #8e0deb


#8e0deb Border Color

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

This div border color is #8e0deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e0deb


Comments

No comments written yet.

Please login to write comment.