Color Hex Logo

#e424ad Color Hex

#E424AD
(228,36,173)
0 Favorites   0 Comments

Color spaces of #e424ad

RGB 22836173
HSL0.880.780.52
HSV317°84°89°
CMYK 0.000.840.24   0.11
XYZ40.168620.772941.4276
Yxy20.77290.39240.2029
Hunter Lab45.577377.5570-21.9877
CIE-Lab52.700079.0992-26.4755

#e424ad color RGB value is (228,36,173).

#e424ad hex color red value is 228, green value is 36 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e424ad hue: 0.88 , saturation: 0.78 and the lightness value of e424ad is 0.52.

The process color (four color CMYK) of #e424ad color hex is 0.00, 0.84, 0.24, 0.11. Web safe color of #e424ad is #cc3399. Color #e424ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100100 10101101
Octal 344 44 255
Decimal 228 36 173
Hex E4 24 AD

RGB Percentages of Color #e424ad

%52.17
%8.24
%39.59

CMYK Percentages of Color #e424ad

%0
%84
%24
%11

Triadic Colors of #e424ad

#e424ad #ade424 #24ade4

Analogous Colors of #e424ad

#e424ad #e4244d #bb24e4

Monochromatic Colors of #e424ad

#e424ad

Complementary Color

#e424ad #24e45b

#e424ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e424ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e424ad Color CSS Codes

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

#e424ad Text Font Color

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

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


#e424ad Background Color

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

This div background color is #e424ad


#e424ad Border Color

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

This div border color is #e424ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e424ad


Comments

No comments written yet.

Please login to write comment.