Color Hex Logo

#e17dea Color Hex

#E17DEA
(225,125,234)
0 Favorites   0 Comments

Color spaces of #e17dea

RGB 225125234
HSL0.820.720.70
HSV295°47°92°
CMYK 0.040.470.00   0.08
XYZ53.236236.615382.1035
Yxy36.61530.30960.2129
Hunter Lab60.510651.1478-38.0900
CIE-Lab66.987454.4497-38.9570

#e17dea color RGB value is (225,125,234).

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

The process color (four color CMYK) of #e17dea color hex is 0.04, 0.47, 0.00, 0.08. Web safe color of #e17dea is #cc66ff. Color #e17dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111101 11101010
Octal 341 175 352
Decimal 225 125 234
Hex E1 7D EA

RGB Percentages of Color #e17dea

%38.53
%21.40
%40.07

CMYK Percentages of Color #e17dea

%4
%47
%0
%8

Triadic Colors of #e17dea

#e17dea #eae17d #7deae1

Analogous Colors of #e17dea

#e17dea #ea7dbd #ab7dea

Monochromatic Colors of #e17dea

#e17dea

Complementary Color

#e17dea #86ea7d

#e17dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17dea Color CSS Codes

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

#e17dea Text Font Color

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

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


#e17dea Background Color

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

This div background color is #e17dea


#e17dea Border Color

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

This div border color is #e17dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17dea


Comments

No comments written yet.

Please login to write comment.