Color Hex Logo

#e57fac Color Hex

#E57FAC
(229,127,172)
0 Favorites   0 Comments

Color spaces of #e57fac

RGB 229127172
HSL0.930.660.70
HSV334°45°90°
CMYK 0.000.450.25   0.10
XYZ47.348934.815343.2542
Yxy34.81530.37750.2776
Hunter Lab59.004539.9817-2.1604
CIE-Lab65.604644.6196-6.3257

#e57fac color RGB value is (229,127,172).

#e57fac hex color red value is 229, green value is 127 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e57fac hue: 0.93 , saturation: 0.66 and the lightness value of e57fac is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111111 10101100
Octal 345 177 254
Decimal 229 127 172
Hex E5 7F AC

RGB Percentages of Color #e57fac

%43.37
%24.05
%32.58

CMYK Percentages of Color #e57fac

%0
%45
%25
%10

Triadic Colors of #e57fac

#e57fac #ace57f #7face5

Analogous Colors of #e57fac

#e57fac #e5857f #e57fdf

Monochromatic Colors of #e57fac

#e57fac

Complementary Color

#e57fac #7fe5b8

#e57fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57fac Color CSS Codes

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

#e57fac Text Font Color

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

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


#e57fac Background Color

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

This div background color is #e57fac


#e57fac Border Color

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

This div border color is #e57fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57fac


Comments

No comments written yet.

Please login to write comment.