Color Hex Logo

#e00add Color Hex

#E00ADD
(224,10,221)
0 Favorites   0 Comments

Color spaces of #e00add

RGB 22410221
HSL0.840.910.46
HSV301°96°88°
CMYK 0.000.960.01   0.12
XYZ43.900221.284870.2012
Yxy21.28480.32430.1572
Hunter Lab46.135589.1147-57.9228
CIE-Lab53.259887.9633-53.3658

#e00add color RGB value is (224,10,221).

#e00add hex color red value is 224, green value is 10 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e00add hue: 0.84 , saturation: 0.91 and the lightness value of e00add is 0.46.

The process color (four color CMYK) of #e00add color hex is 0.00, 0.96, 0.01, 0.12. Web safe color of #e00add is #cc00cc. Color #e00add contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001010 11011101
Octal 340 12 335
Decimal 224 10 221
Hex E0 A DD

RGB Percentages of Color #e00add

%49.23
%2.20
%48.57

CMYK Percentages of Color #e00add

%0
%96
%1
%12

Triadic Colors of #e00add

#e00add #dde00a #0adde0

Analogous Colors of #e00add

#e00add #e00a72 #780ae0

Monochromatic Colors of #e00add

#e00add

Complementary Color

#e00add #0ae00d

#e00add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00add Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00add Color CSS Codes

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

#e00add Text Font Color

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

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


#e00add Background Color

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

This div background color is #e00add


#e00add Border Color

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

This div border color is #e00add


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,10,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00add


Comments

No comments written yet.

Please login to write comment.