Color Hex Logo

#e024dc Color Hex

#E024DC
(224,36,220)
0 Favorites   0 Comments

Color spaces of #e024dc

RGB 22436220
HSL0.840.750.51
HSV301°84°88°
CMYK 0.000.840.02   0.12
XYZ44.289622.276469.6756
Yxy22.27640.32510.1635
Hunter Lab47.197984.9047-54.4880
CIE-Lab54.319084.5370-51.1072

#e024dc color RGB value is (224,36,220).

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

The process color (four color CMYK) of #e024dc color hex is 0.00, 0.84, 0.02, 0.12. Web safe color of #e024dc is #cc33cc. Color #e024dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100100 11011100
Octal 340 44 334
Decimal 224 36 220
Hex E0 24 DC

RGB Percentages of Color #e024dc

%46.67
%7.50
%45.83

CMYK Percentages of Color #e024dc

%0
%84
%2
%12

Triadic Colors of #e024dc

#e024dc #dce024 #24dce0

Analogous Colors of #e024dc

#e024dc #e0247e #8624e0

Monochromatic Colors of #e024dc

#e024dc

Complementary Color

#e024dc #24e028

#e024dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e024dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e024dc Color CSS Codes

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

#e024dc Text Font Color

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

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


#e024dc Background Color

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

This div background color is #e024dc


#e024dc Border Color

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

This div border color is #e024dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e024dc


Comments

No comments written yet.

Please login to write comment.