Color Hex Logo

#e806eb Color Hex

#E806EB
(232,6,235)
0 Favorites   0 Comments

Color spaces of #e806eb

RGB 2326235
HSL0.830.950.47
HSV299°97°92°
CMYK 0.010.970.00   0.08
XYZ48.339223.284280.5438
Yxy23.28420.31770.1530
Hunter Lab48.253794.3723-65.1877
CIE-Lab55.363991.5050-57.8375

#e806eb color RGB value is (232,6,235).

#e806eb hex color red value is 232, green value is 6 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e806eb hue: 0.83 , saturation: 0.95 and the lightness value of e806eb is 0.47.

The process color (four color CMYK) of #e806eb color hex is 0.01, 0.97, 0.00, 0.08. Web safe color of #e806eb is #ff00ff. Color #e806eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00000110 11101011
Octal 350 6 353
Decimal 232 6 235
Hex E8 6 EB

RGB Percentages of Color #e806eb

%49.05
%1.27
%49.68

CMYK Percentages of Color #e806eb

%1
%97
%0
%8

Triadic Colors of #e806eb

#e806eb #ebe806 #06ebe8

Analogous Colors of #e806eb

#e806eb #eb067c #7606eb

Monochromatic Colors of #e806eb

#e806eb

Complementary Color

#e806eb #09eb06

#e806eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e806eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e806eb Color CSS Codes

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

#e806eb Text Font Color

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

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


#e806eb Background Color

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

This div background color is #e806eb


#e806eb Border Color

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

This div border color is #e806eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,6,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e806eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e806eb;
  -webkit-box-shadow: 1px 1px 3px 2px #e806eb;
  box-shadow:         1px 1px 3px 2px #e806eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,6,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 #e806eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e806eb


Comments

No comments written yet.

Please login to write comment.