Color Hex Logo

#e17ddd Color Hex

#E17DDD
(225,125,221)
0 Favorites   0 Comments

Color spaces of #e17ddd

RGB 225125221
HSL0.840.630.69
HSV302°44°88°
CMYK 0.000.440.02   0.12
XYZ51.436135.895272.6241
Yxy35.89520.32160.2244
Hunter Lab59.912648.3986-29.9306
CIE-Lab66.439852.1114-32.6070

#e17ddd color RGB value is (225,125,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111101 11011101
Octal 341 175 335
Decimal 225 125 221
Hex E1 7D DD

RGB Percentages of Color #e17ddd

%39.40
%21.89
%38.70

CMYK Percentages of Color #e17ddd

%0
%44
%2
%12

Triadic Colors of #e17ddd

#e17ddd #dde17d #7ddde1

Analogous Colors of #e17ddd

#e17ddd #e17dab #b37de1

Monochromatic Colors of #e17ddd

#e17ddd

Complementary Color

#e17ddd #7de181

#e17ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17ddd Color CSS Codes

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

#e17ddd Text Font Color

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

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


#e17ddd Background Color

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

This div background color is #e17ddd


#e17ddd Border Color

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

This div border color is #e17ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17ddd


Comments

No comments written yet.

Please login to write comment.