Color Hex Logo

#e17dda Color Hex

#E17DDA
(225,125,218)
0 Favorites   0 Comments

Color spaces of #e17dda

RGB 225125218
HSL0.850.630.69
HSV304°44°88°
CMYK 0.000.440.03   0.12
XYZ51.039835.736770.5375
Yxy35.73670.32440.2272
Hunter Lab59.780247.7864-28.1130
CIE-Lab66.318351.5860-31.1267

#e17dda color RGB value is (225,125,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111101 11011010
Octal 341 175 332
Decimal 225 125 218
Hex E1 7D DA

RGB Percentages of Color #e17dda

%39.61
%22.01
%38.38

CMYK Percentages of Color #e17dda

%0
%44
%3
%12

Triadic Colors of #e17dda

#e17dda #dae17d #7ddae1

Analogous Colors of #e17dda

#e17dda #e17da8 #b67de1

Monochromatic Colors of #e17dda

#e17dda

Complementary Color

#e17dda #7de184

#e17dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17dda Color CSS Codes

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

#e17dda Text Font Color

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

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


#e17dda Background Color

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

This div background color is #e17dda


#e17dda Border Color

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

This div border color is #e17dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17dda


Comments

No comments written yet.

Please login to write comment.