Color Hex Logo

#e003eb Color Hex

#E003EB
(224,3,235)
0 Favorites   0 Comments

Color spaces of #e003eb

RGB 2243235
HSL0.830.970.47
HSV297°99°92°
CMYK 0.050.990.00   0.08
XYZ45.768421.910680.4142
Yxy21.91060.30910.1480
Hunter Lab46.808892.6174-69.0900
CIE-Lab53.932090.4723-60.2091

#e003eb color RGB value is (224,3,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000011 11101011
Octal 340 3 353
Decimal 224 3 235
Hex E0 3 EB

RGB Percentages of Color #e003eb

%48.48
%0.65
%50.87

CMYK Percentages of Color #e003eb

%5
%99
%0
%8

Triadic Colors of #e003eb

#e003eb #ebe003 #03ebe0

Analogous Colors of #e003eb

#e003eb #eb0382 #6c03eb

Monochromatic Colors of #e003eb

#e003eb

Complementary Color

#e003eb #0eeb03

#e003eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e003eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e003eb Color CSS Codes

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

#e003eb Text Font Color

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

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


#e003eb Background Color

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

This div background color is #e003eb


#e003eb Border Color

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

This div border color is #e003eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e003eb


Comments

No comments written yet.

Please login to write comment.