Color Hex Logo

#e17dfe Color Hex

#E17DFE
(225,125,254)
0 Favorites   0 Comments

Color spaces of #e17dfe

RGB 225125254
HSL0.800.980.74
HSV287°51°100°
CMYK 0.110.510.00   0.00
XYZ56.274337.830598.1020
Yxy37.83050.29280.1968
Hunter Lab61.506555.6791-51.5122
CIE-Lab67.895558.2312-48.5209

#e17dfe color RGB value is (225,125,254).

#e17dfe hex color red value is 225, green value is 125 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e17dfe hue: 0.80 , saturation: 0.98 and the lightness value of e17dfe is 0.74.

The process color (four color CMYK) of #e17dfe color hex is 0.11, 0.51, 0.00, 0.00. Web safe color of #e17dfe is #cc66ff. Color #e17dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111101 11111110
Octal 341 175 376
Decimal 225 125 254
Hex E1 7D FE

RGB Percentages of Color #e17dfe

%37.25
%20.70
%42.05

CMYK Percentages of Color #e17dfe

%11
%51
%0
%0

Triadic Colors of #e17dfe

#e17dfe #fee17d #7dfee1

Analogous Colors of #e17dfe

#e17dfe #fe7ddb #a17dfe

Monochromatic Colors of #e17dfe

#e17dfe

Complementary Color

#e17dfe #9afe7d

#e17dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17dfe Color CSS Codes

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

#e17dfe Text Font Color

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

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


#e17dfe Background Color

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

This div background color is #e17dfe


#e17dfe Border Color

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

This div border color is #e17dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.