Color Hex Logo

#e17fab Color Hex

#E17FAB
(225,127,171)
0 Favorites   0 Comments

Color spaces of #e17fab

RGB 225127171
HSL0.930.620.69
HSV333°44°88°
CMYK 0.000.440.24   0.12
XYZ45.991434.126642.6912
Yxy34.12660.37450.2779
Hunter Lab58.418038.2983-2.4359
CIE-Lab65.062943.1297-6.6189

#e17fab color RGB value is (225,127,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111111 10101011
Octal 341 177 253
Decimal 225 127 171
Hex E1 7F AB

RGB Percentages of Color #e17fab

%43.02
%24.28
%32.70

CMYK Percentages of Color #e17fab

%0
%44
%24
%12

Triadic Colors of #e17fab

#e17fab #abe17f #7fabe1

Analogous Colors of #e17fab

#e17fab #e1847f #e17fdc

Monochromatic Colors of #e17fab

#e17fab

Complementary Color

#e17fab #7fe1b5

#e17fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17fab Color CSS Codes

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

#e17fab Text Font Color

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

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


#e17fab Background Color

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

This div background color is #e17fab


#e17fab Border Color

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

This div border color is #e17fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17fab


Comments

No comments written yet.

Please login to write comment.