Color Hex Logo

#e04dea Color Hex

#E04DEA
(224,77,234)
0 Favorites   0 Comments

Color spaces of #e04dea

RGB 22477234
HSL0.820.790.61
HSV296°67°92°
CMYK 0.040.670.00   0.08
XYZ48.245627.095680.5290
Yxy27.09560.30950.1738
Hunter Lab52.053474.3488-55.2869
CIE-Lab59.062775.3040-51.4491

#e04dea color RGB value is (224,77,234).

#e04dea hex color red value is 224, green value is 77 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e04dea hue: 0.82 , saturation: 0.79 and the lightness value of e04dea is 0.61.

The process color (four color CMYK) of #e04dea color hex is 0.04, 0.67, 0.00, 0.08. Web safe color of #e04dea is #cc66ff. Color #e04dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001101 11101010
Octal 340 115 352
Decimal 224 77 234
Hex E0 4D EA

RGB Percentages of Color #e04dea

%41.87
%14.39
%43.74

CMYK Percentages of Color #e04dea

%4
%67
%0
%8

Triadic Colors of #e04dea

#e04dea #eae04d #4deae0

Analogous Colors of #e04dea

#e04dea #ea4da6 #924dea

Monochromatic Colors of #e04dea

#e04dea

Complementary Color

#e04dea #57ea4d

#e04dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04dea Color CSS Codes

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

#e04dea Text Font Color

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

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


#e04dea Background Color

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

This div background color is #e04dea


#e04dea Border Color

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

This div border color is #e04dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04dea


Comments

No comments written yet.

Please login to write comment.