Color Hex Logo

#e17ded Color Hex

#E17DED
(225,125,237)
0 Favorites   0 Comments

Color spaces of #e17ded

RGB 225125237
HSL0.820.760.71
HSV294°47°93°
CMYK 0.050.470.00   0.07
XYZ53.671036.789284.3930
Yxy36.78920.30690.2104
Hunter Lab60.654151.8046-40.0371
CIE-Lab67.118655.0033-40.4075

#e17ded color RGB value is (225,125,237).

#e17ded hex color red value is 225, green value is 125 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e17ded hue: 0.82 , saturation: 0.76 and the lightness value of e17ded is 0.71.

The process color (four color CMYK) of #e17ded color hex is 0.05, 0.47, 0.00, 0.07. Web safe color of #e17ded is #cc66ff. Color #e17ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111101 11101101
Octal 341 175 355
Decimal 225 125 237
Hex E1 7D ED

RGB Percentages of Color #e17ded

%38.33
%21.29
%40.37

CMYK Percentages of Color #e17ded

%5
%47
%0
%7

Triadic Colors of #e17ded

#e17ded #ede17d #7dede1

Analogous Colors of #e17ded

#e17ded #ed7dc1 #a97ded

Monochromatic Colors of #e17ded

#e17ded

Complementary Color

#e17ded #89ed7d

#e17ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17ded Color CSS Codes

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

#e17ded Text Font Color

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

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


#e17ded Background Color

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

This div background color is #e17ded


#e17ded Border Color

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

This div border color is #e17ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17ded


Comments

No comments written yet.

Please login to write comment.