Color Hex Logo

#e17fdd Color Hex

#E17FDD
(225,127,221)
0 Favorites   0 Comments

Color spaces of #e17fdd

RGB 225127221
HSL0.840.620.69
HSV302°44°88°
CMYK 0.000.440.02   0.12
XYZ51.691936.406872.7094
Yxy36.40680.32150.2264
Hunter Lab60.338047.3302-29.2098
CIE-Lab66.829651.1055-32.0033

#e17fdd color RGB value is (225,127,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111111 11011101
Octal 341 177 335
Decimal 225 127 221
Hex E1 7F DD

RGB Percentages of Color #e17fdd

%39.27
%22.16
%38.57

CMYK Percentages of Color #e17fdd

%0
%44
%2
%12

Triadic Colors of #e17fdd

#e17fdd #dde17f #7fdde1

Analogous Colors of #e17fdd

#e17fdd #e17fac #b47fe1

Monochromatic Colors of #e17fdd

#e17fdd

Complementary Color

#e17fdd #7fe183

#e17fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17fdd Color CSS Codes

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

#e17fdd Text Font Color

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

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


#e17fdd Background Color

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

This div background color is #e17fdd


#e17fdd Border Color

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

This div border color is #e17fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17fdd


Comments

No comments written yet.

Please login to write comment.