Color Hex Logo

#e455ad Color Hex

#E455AD
(228,85,173)
0 Favorites   0 Comments

Color spaces of #e455ad

RGB 22885173
HSL0.900.730.61
HSV323°63°89°
CMYK 0.000.630.24   0.11
XYZ42.786226.008142.3001
Yxy26.00810.38510.2341
Hunter Lab50.998160.5104-13.4790
CIE-Lab58.044764.0413-18.2709

#e455ad color RGB value is (228,85,173).

#e455ad hex color red value is 228, green value is 85 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e455ad hue: 0.90 , saturation: 0.73 and the lightness value of e455ad is 0.61.

The process color (four color CMYK) of #e455ad color hex is 0.00, 0.63, 0.24, 0.11. Web safe color of #e455ad is #cc6699. Color #e455ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010101 10101101
Octal 344 125 255
Decimal 228 85 173
Hex E4 55 AD

RGB Percentages of Color #e455ad

%46.91
%17.49
%35.60

CMYK Percentages of Color #e455ad

%0
%63
%24
%11

Triadic Colors of #e455ad

#e455ad #ade455 #55ade4

Analogous Colors of #e455ad

#e455ad #e45566 #d455e4

Monochromatic Colors of #e455ad

#e455ad

Complementary Color

#e455ad #55e48c

#e455ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e455ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e455ad Color CSS Codes

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

#e455ad Text Font Color

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

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


#e455ad Background Color

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

This div background color is #e455ad


#e455ad Border Color

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

This div border color is #e455ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e455ad


Comments

No comments written yet.

Please login to write comment.