Color Hex Logo

#e02ade Color Hex

#E02ADE
(224,42,222)
0 Favorites   0 Comments

Color spaces of #e02ade

RGB 22442222
HSL0.840.750.52
HSV301°81°88°
CMYK 0.000.810.01   0.12
XYZ44.753322.777171.1449
Yxy22.77710.32270.1642
Hunter Lab47.725483.8647-54.9767
CIE-Lab54.842083.6310-51.4086

#e02ade color RGB value is (224,42,222).

#e02ade hex color red value is 224, green value is 42 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e02ade hue: 0.84 , saturation: 0.75 and the lightness value of e02ade is 0.52.

The process color (four color CMYK) of #e02ade color hex is 0.00, 0.81, 0.01, 0.12. Web safe color of #e02ade is #cc33cc. Color #e02ade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101010 11011110
Octal 340 52 336
Decimal 224 42 222
Hex E0 2A DE

RGB Percentages of Color #e02ade

%45.90
%8.61
%45.49

CMYK Percentages of Color #e02ade

%0
%81
%1
%12

Triadic Colors of #e02ade

#e02ade #dee02a #2adee0

Analogous Colors of #e02ade

#e02ade #e02a83 #872ae0

Monochromatic Colors of #e02ade

#e02ade

Complementary Color

#e02ade #2ae02c

#e02ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02ade Color CSS Codes

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

#e02ade Text Font Color

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

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


#e02ade Background Color

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

This div background color is #e02ade


#e02ade Border Color

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

This div border color is #e02ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02ade


Comments

No comments written yet.

Please login to write comment.