Color Hex Logo

#e04ade Color Hex

#E04ADE
(224,74,222)
0 Favorites   0 Comments

Color spaces of #e04ade

RGB 22474222
HSL0.840.710.58
HSV301°67°88°
CMYK 0.000.670.01   0.12
XYZ46.374126.018871.6852
Yxy26.01880.32190.1806
Hunter Lab51.008673.0168-47.6174
CIE-Lab58.054974.4226-46.3074

#e04ade color RGB value is (224,74,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001010 11011110
Octal 340 112 336
Decimal 224 74 222
Hex E0 4A DE

RGB Percentages of Color #e04ade

%43.08
%14.23
%42.69

CMYK Percentages of Color #e04ade

%0
%67
%1
%12

Triadic Colors of #e04ade

#e04ade #dee04a #4adee0

Analogous Colors of #e04ade

#e04ade #e04a93 #974ae0

Monochromatic Colors of #e04ade

#e04ade

Complementary Color

#e04ade #4ae04c

#e04ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04ade Color CSS Codes

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

#e04ade Text Font Color

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

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


#e04ade Background Color

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

This div background color is #e04ade


#e04ade Border Color

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

This div border color is #e04ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04ade


Comments

No comments written yet.

Please login to write comment.