Color Hex Logo

#e57faf Color Hex

#E57FAF
(229,127,175)
0 Favorites   0 Comments

Color spaces of #e57faf

RGB 229127175
HSL0.920.660.70
HSV332°45°90°
CMYK 0.000.450.24   0.10
XYZ47.640334.931944.7891
Yxy34.93190.37410.2743
Hunter Lab59.103240.4498-3.5584
CIE-Lab65.695645.0389-7.8877

#e57faf color RGB value is (229,127,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111111 10101111
Octal 345 177 257
Decimal 229 127 175
Hex E5 7F AF

RGB Percentages of Color #e57faf

%43.13
%23.92
%32.96

CMYK Percentages of Color #e57faf

%0
%45
%24
%10

Triadic Colors of #e57faf

#e57faf #afe57f #7fafe5

Analogous Colors of #e57faf

#e57faf #e5827f #e57fe2

Monochromatic Colors of #e57faf

#e57faf

Complementary Color

#e57faf #7fe5b5

#e57faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57faf Color CSS Codes

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

#e57faf Text Font Color

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

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


#e57faf Background Color

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

This div background color is #e57faf


#e57faf Border Color

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

This div border color is #e57faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57faf


Comments

No comments written yet.

Please login to write comment.