Color Hex Logo

#e550ad Color Hex

#E550AD
(229,80,173)
0 Favorites   0 Comments

Color spaces of #e550ad

RGB 22980173
HSL0.900.740.61
HSV323°65°90°
CMYK 0.000.650.24   0.10
XYZ42.724625.412542.1884
Yxy25.41250.38730.2303
Hunter Lab50.410863.0649-14.3318
CIE-Lab57.475166.3125-19.1244

#e550ad color RGB value is (229,80,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010000 10101101
Octal 345 120 255
Decimal 229 80 173
Hex E5 50 AD

RGB Percentages of Color #e550ad

%47.51
%16.60
%35.89

CMYK Percentages of Color #e550ad

%0
%65
%24
%10

Triadic Colors of #e550ad

#e550ad #ade550 #50ade5

Analogous Colors of #e550ad

#e550ad #e55063 #d350e5

Monochromatic Colors of #e550ad

#e550ad

Complementary Color

#e550ad #50e588

#e550ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e550ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e550ad Color CSS Codes

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

#e550ad Text Font Color

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

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


#e550ad Background Color

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

This div background color is #e550ad


#e550ad Border Color

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

This div border color is #e550ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e550ad


Comments

No comments written yet.

Please login to write comment.