Color Hex Logo

#e00ade Color Hex

#E00ADE
(224,10,222)
0 Favorites   0 Comments

Color spaces of #e00ade

RGB 22410222
HSL0.830.910.46
HSV301°96°88°
CMYK 0.000.960.01   0.12
XYZ44.033821.338370.9051
Yxy21.33830.32310.1566
Hunter Lab46.193489.3165-58.6725
CIE-Lab53.317888.1051-53.8414

#e00ade color RGB value is (224,10,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001010 11011110
Octal 340 12 336
Decimal 224 10 222
Hex E0 A DE

RGB Percentages of Color #e00ade

%49.12
%2.19
%48.68

CMYK Percentages of Color #e00ade

%0
%96
%1
%12

Triadic Colors of #e00ade

#e00ade #dee00a #0adee0

Analogous Colors of #e00ade

#e00ade #e00a73 #770ae0

Monochromatic Colors of #e00ade

#e00ade

Complementary Color

#e00ade #0ae00c

#e00ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00ade Color CSS Codes

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

#e00ade Text Font Color

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

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


#e00ade Background Color

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

This div background color is #e00ade


#e00ade Border Color

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

This div border color is #e00ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00ade


Comments

No comments written yet.

Please login to write comment.