Color Hex Logo

#e17faf Color Hex

#E17FAF
(225,127,175)
0 Favorites   0 Comments

Color spaces of #e17faf

RGB 225127175
HSL0.920.620.69
HSV331°44°88°
CMYK 0.000.440.22   0.12
XYZ46.378634.281444.7300
Yxy34.28140.36990.2734
Hunter Lab58.550338.9295-4.3099
CIE-Lab65.185343.7007-8.7020

#e17faf color RGB value is (225,127,175).

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

The process color (four color CMYK) of #e17faf color hex is 0.00, 0.44, 0.22, 0.12. Web safe color of #e17faf is #cc6699. Color #e17faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111111 10101111
Octal 341 177 257
Decimal 225 127 175
Hex E1 7F AF

RGB Percentages of Color #e17faf

%42.69
%24.10
%33.21

CMYK Percentages of Color #e17faf

%0
%44
%22
%12

Triadic Colors of #e17faf

#e17faf #afe17f #7fafe1

Analogous Colors of #e17faf

#e17faf #e1807f #e17fe0

Monochromatic Colors of #e17faf

#e17faf

Complementary Color

#e17faf #7fe1b1

#e17faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17faf Color CSS Codes

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

#e17faf Text Font Color

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

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


#e17faf Background Color

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

This div background color is #e17faf


#e17faf Border Color

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

This div border color is #e17faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17faf


Comments

No comments written yet.

Please login to write comment.