Color Hex Logo

#e17fac Color Hex

#E17FAC
(225,127,172)
0 Favorites   0 Comments

Color spaces of #e17fac

RGB 225127172
HSL0.920.620.69
HSV332°44°88°
CMYK 0.000.440.24   0.12
XYZ46.087134.164943.1951
Yxy34.16490.37330.2768
Hunter Lab58.450738.4544-2.8998
CIE-Lab65.093343.2711-7.1403

#e17fac color RGB value is (225,127,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111111 10101100
Octal 341 177 254
Decimal 225 127 172
Hex E1 7F AC

RGB Percentages of Color #e17fac

%42.94
%24.24
%32.82

CMYK Percentages of Color #e17fac

%0
%44
%24
%12

Triadic Colors of #e17fac

#e17fac #ace17f #7face1

Analogous Colors of #e17fac

#e17fac #e1837f #e17fdd

Monochromatic Colors of #e17fac

#e17fac

Complementary Color

#e17fac #7fe1b4

#e17fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17fac Color CSS Codes

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

#e17fac Text Font Color

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

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


#e17fac Background Color

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

This div background color is #e17fac


#e17fac Border Color

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

This div border color is #e17fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17fac


Comments

No comments written yet.

Please login to write comment.