Color Hex Logo

#e57acc Color Hex

#E57ACC
(229,122,204)
0 Favorites   0 Comments

Color spaces of #e57acc

RGB 229122204
HSL0.870.670.69
HSV314°47°90°
CMYK 0.000.470.11   0.10
XYZ50.171734.936761.2259
Yxy34.93670.34290.2387
Hunter Lab59.107348.0774-20.0401
CIE-Lab65.699451.9364-24.2167

#e57acc color RGB value is (229,122,204).

#e57acc hex color red value is 229, green value is 122 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e57acc hue: 0.87 , saturation: 0.67 and the lightness value of e57acc is 0.69.

The process color (four color CMYK) of #e57acc color hex is 0.00, 0.47, 0.11, 0.10. Web safe color of #e57acc is #cc66cc. Color #e57acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111010 11001100
Octal 345 172 314
Decimal 229 122 204
Hex E5 7A CC

RGB Percentages of Color #e57acc

%41.26
%21.98
%36.76

CMYK Percentages of Color #e57acc

%0
%47
%11
%10

Triadic Colors of #e57acc

#e57acc #cce57a #7acce5

Analogous Colors of #e57acc

#e57acc #e57a97 #c97ae5

Monochromatic Colors of #e57acc

#e57acc

Complementary Color

#e57acc #7ae593

#e57acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57acc Color CSS Codes

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

#e57acc Text Font Color

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

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


#e57acc Background Color

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

This div background color is #e57acc


#e57acc Border Color

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

This div border color is #e57acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57acc


Comments

No comments written yet.

Please login to write comment.