Color Hex Logo

#e021ad Color Hex

#E021AD
(224,33,173)
0 Favorites   0 Comments

Color spaces of #e021ad

RGB 22433173
HSL0.880.750.50
HSV316°85°88°
CMYK 0.000.850.23   0.12
XYZ38.827219.952141.3399
Yxy19.95210.38780.1993
Hunter Lab44.667876.9915-23.6053
CIE-Lab51.783078.8278-27.9543

#e021ad color RGB value is (224,33,173).

#e021ad hex color red value is 224, green value is 33 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e021ad hue: 0.88 , saturation: 0.75 and the lightness value of e021ad is 0.50.

The process color (four color CMYK) of #e021ad color hex is 0.00, 0.85, 0.23, 0.12. Web safe color of #e021ad is #cc3399. Color #e021ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100001 10101101
Octal 340 41 255
Decimal 224 33 173
Hex E0 21 AD

RGB Percentages of Color #e021ad

%52.09
%7.67
%40.23

CMYK Percentages of Color #e021ad

%0
%85
%23
%12

Triadic Colors of #e021ad

#e021ad #ade021 #21ade0

Analogous Colors of #e021ad

#e021ad #e0214d #b421e0

Monochromatic Colors of #e021ad

#e021ad

Complementary Color

#e021ad #21e054

#e021ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e021ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e021ad Color CSS Codes

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

#e021ad Text Font Color

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

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


#e021ad Background Color

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

This div background color is #e021ad


#e021ad Border Color

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

This div border color is #e021ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e021ad


Comments

No comments written yet.

Please login to write comment.