Color Hex Logo

#e552ac Color Hex

#E552AC
(229,82,172)
0 Favorites   0 Comments

Color spaces of #e552ac

RGB 22982172
HSL0.900.740.61
HSV323°64°90°
CMYK 0.000.640.25   0.10
XYZ42.776825.671241.7302
Yxy25.67120.38830.2330
Hunter Lab50.666862.0367-13.3658
CIE-Lab57.723665.3973-18.1662

#e552ac color RGB value is (229,82,172).

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

The process color (four color CMYK) of #e552ac color hex is 0.00, 0.64, 0.25, 0.10. Web safe color of #e552ac is #cc6699. Color #e552ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010010 10101100
Octal 345 122 254
Decimal 229 82 172
Hex E5 52 AC

RGB Percentages of Color #e552ac

%47.41
%16.98
%35.61

CMYK Percentages of Color #e552ac

%0
%64
%25
%10

Triadic Colors of #e552ac

#e552ac #ace552 #52ace5

Analogous Colors of #e552ac

#e552ac #e55262 #d552e5

Monochromatic Colors of #e552ac

#e552ac

Complementary Color

#e552ac #52e58b

#e552ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e552ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e552ac Color CSS Codes

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

#e552ac Text Font Color

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

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


#e552ac Background Color

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

This div background color is #e552ac


#e552ac Border Color

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

This div border color is #e552ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,82,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e552ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e552ac


Comments

No comments written yet.

Please login to write comment.