Color Hex Logo

#e006eb Color Hex

#E006EB
(224,6,235)
0 Favorites   0 Comments

Color spaces of #e006eb

RGB 2246235
HSL0.830.950.47
HSV297°97°92°
CMYK 0.050.970.00   0.08
XYZ45.801021.975780.4250
Yxy21.97570.30900.1483
Hunter Lab46.878292.3612-68.9040
CIE-Lab54.001290.2671-60.0979

#e006eb color RGB value is (224,6,235).

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

The process color (four color CMYK) of #e006eb color hex is 0.05, 0.97, 0.00, 0.08. Web safe color of #e006eb is #cc00ff. Color #e006eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000110 11101011
Octal 340 6 353
Decimal 224 6 235
Hex E0 6 EB

RGB Percentages of Color #e006eb

%48.17
%1.29
%50.54

CMYK Percentages of Color #e006eb

%5
%97
%0
%8

Triadic Colors of #e006eb

#e006eb #ebe006 #06ebe0

Analogous Colors of #e006eb

#e006eb #eb0684 #6e06eb

Monochromatic Colors of #e006eb

#e006eb

Complementary Color

#e006eb #11eb06

#e006eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e006eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e006eb Color CSS Codes

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

#e006eb Text Font Color

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

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


#e006eb Background Color

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

This div background color is #e006eb


#e006eb Border Color

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

This div border color is #e006eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e006eb


Comments

No comments written yet.

Please login to write comment.