Color Hex Logo

#e17eda Color Hex

#E17EDA
(225,126,218)
0 Favorites   0 Comments

Color spaces of #e17eda

RGB 225126218
HSL0.850.620.69
HSV304°44°88°
CMYK 0.000.440.03   0.12
XYZ51.167135.991270.5799
Yxy35.99120.32440.2282
Hunter Lab59.992747.2536-27.7584
CIE-Lab66.513251.0833-30.8252

#e17eda color RGB value is (225,126,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111110 11011010
Octal 341 176 332
Decimal 225 126 218
Hex E1 7E DA

RGB Percentages of Color #e17eda

%39.54
%22.14
%38.31

CMYK Percentages of Color #e17eda

%0
%44
%3
%12

Triadic Colors of #e17eda

#e17eda #dae17e #7edae1

Analogous Colors of #e17eda

#e17eda #e17ea9 #b77ee1

Monochromatic Colors of #e17eda

#e17eda

Complementary Color

#e17eda #7ee185

#e17eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17eda Color CSS Codes

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

#e17eda Text Font Color

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

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


#e17eda Background Color

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

This div background color is #e17eda


#e17eda Border Color

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

This div border color is #e17eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17eda


Comments

No comments written yet.

Please login to write comment.