Color Hex Logo

#e17fda Color Hex

#E17FDA
(225,127,218)
0 Favorites   0 Comments

Color spaces of #e17fda

RGB 225127218
HSL0.850.620.69
HSV304°44°88°
CMYK 0.000.440.03   0.12
XYZ51.295636.248370.6227
Yxy36.24830.32430.2292
Hunter Lab60.206646.7194-27.4030
CIE-Lab66.709250.5787-30.5222

#e17fda color RGB value is (225,127,218).

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

The process color (four color CMYK) of #e17fda color hex is 0.00, 0.44, 0.03, 0.12. Web safe color of #e17fda is #cc66cc. Color #e17fda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111111 11011010
Octal 341 177 332
Decimal 225 127 218
Hex E1 7F DA

RGB Percentages of Color #e17fda

%39.47
%22.28
%38.25

CMYK Percentages of Color #e17fda

%0
%44
%3
%12

Triadic Colors of #e17fda

#e17fda #dae17f #7fdae1

Analogous Colors of #e17fda

#e17fda #e17fa9 #b77fe1

Monochromatic Colors of #e17fda

#e17fda

Complementary Color

#e17fda #7fe186

#e17fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17fda Color CSS Codes

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

#e17fda Text Font Color

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

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


#e17fda Background Color

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

This div background color is #e17fda


#e17fda Border Color

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

This div border color is #e17fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17fda


Comments

No comments written yet.

Please login to write comment.