Color Hex Logo

#e562ad Color Hex

#E562AD
(229,98,173)
0 Favorites   0 Comments

Color spaces of #e562ad

RGB 22998173
HSL0.900.720.64
HSV326°57°90°
CMYK 0.000.570.24   0.10
XYZ44.223628.410542.6881
Yxy28.41050.38350.2464
Hunter Lab53.301554.8216-10.1731
CIE-Lab60.257858.7462-14.9001

#e562ad color RGB value is (229,98,173).

#e562ad hex color red value is 229, green value is 98 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e562ad hue: 0.90 , saturation: 0.72 and the lightness value of e562ad is 0.64.

The process color (four color CMYK) of #e562ad color hex is 0.00, 0.57, 0.24, 0.10. Web safe color of #e562ad is #cc6699. Color #e562ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100010 10101101
Octal 345 142 255
Decimal 229 98 173
Hex E5 62 AD

RGB Percentages of Color #e562ad

%45.80
%19.60
%34.60

CMYK Percentages of Color #e562ad

%0
%57
%24
%10

Triadic Colors of #e562ad

#e562ad #ade562 #62ade5

Analogous Colors of #e562ad

#e562ad #e5626c #dc62e5

Monochromatic Colors of #e562ad

#e562ad

Complementary Color

#e562ad #62e59a

#e562ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e562ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e562ad Color CSS Codes

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

#e562ad Text Font Color

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

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


#e562ad Background Color

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

This div background color is #e562ad


#e562ad Border Color

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

This div border color is #e562ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e562ad


Comments

No comments written yet.

Please login to write comment.