Color Hex Logo

#e429ad Color Hex

#E429AD
(228,41,173)
0 Favorites   0 Comments

Color spaces of #e429ad

RGB 22841173
HSL0.880.780.53
HSV318°82°89°
CMYK 0.000.820.24   0.11
XYZ40.330721.097041.4816
Yxy21.09700.39190.2050
Hunter Lab45.931576.3541-21.3939
CIE-Lab53.055578.0712-25.9256

#e429ad color RGB value is (228,41,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101001 10101101
Octal 344 51 255
Decimal 228 41 173
Hex E4 29 AD

RGB Percentages of Color #e429ad

%51.58
%9.28
%39.14

CMYK Percentages of Color #e429ad

%0
%82
%24
%11

Triadic Colors of #e429ad

#e429ad #ade429 #29ade4

Analogous Colors of #e429ad

#e429ad #e42950 #be29e4

Monochromatic Colors of #e429ad

#e429ad

Complementary Color

#e429ad #29e460

#e429ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e429ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e429ad Color CSS Codes

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

#e429ad Text Font Color

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

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


#e429ad Background Color

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

This div background color is #e429ad


#e429ad Border Color

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

This div border color is #e429ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e429ad


Comments

No comments written yet.

Please login to write comment.