color codes Logo

#e17f9f color codes

#E17F9F
(225,127,159)
0 Favorites   0 Comments

Color spaces of #e17f9f

RGB 225127159
HSL0.950.620.69
HSV340°44°88°
CMYK 0.000.440.29   0.12
XYZ44.898733.689536.9372
Yxy33.68950.38860.2916
Hunter Lab58.042736.50342.8989
CIE-Lab64.715441.4942-0.3218

#e17f9f color RGB value is (225,127,159).

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

The process color (four color CMYK) of #e17f9f color code is 0.00, 0.44, 0.29, 0.12. Web safe color of #e17f9f is #cc6699. Color #e17f9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111111 10011111
Octal 341 177 237
Decimal 225 127 159
Hex E1 7F 9F

RGB Percentages of Color #e17f9f

%44.03
%24.85
%31.12

CMYK Percentages of Color #e17f9f

%0
%44
%29
%12

Triadic Colors of #e17f9f

#e17f9f #9fe17f #7f9fe1

Analogous Colors of #e17f9f

#e17f9f #e1907f #e17fd0

Monochromatic Colors of #e17f9f

#e17f9f

Complementary Color

#e17f9f #7fe1c1

#e17f9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17f9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17f9f Color CSS Codes

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

#e17f9f Text Font Color

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

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


#e17f9f Background Color

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

This div background color is #e17f9f


#e17f9f Border Color

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

This div border color is #e17f9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17f9f


Comments

No comments written yet.

Please login to write comment.