Color Hex Logo

#e17dfd Color Hex

#E17DFD
(225,125,253)
0 Favorites   0 Comments

Color spaces of #e17dfd

RGB 225125253
HSL0.800.970.74
HSV287°51°99°
CMYK 0.110.510.00   0.01
XYZ56.114637.766697.2606
Yxy37.76660.29360.1976
Hunter Lab61.454555.4443-50.8167
CIE-Lab67.848258.0374-48.0486

#e17dfd color RGB value is (225,125,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111101 11111101
Octal 341 175 375
Decimal 225 125 253
Hex E1 7D FD

RGB Percentages of Color #e17dfd

%37.31
%20.73
%41.96

CMYK Percentages of Color #e17dfd

%11
%51
%0
%1

Triadic Colors of #e17dfd

#e17dfd #fde17d #7dfde1

Analogous Colors of #e17dfd

#e17dfd #fd7dd9 #a17dfd

Monochromatic Colors of #e17dfd

#e17dfd

Complementary Color

#e17dfd #99fd7d

#e17dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17dfd Color CSS Codes

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

#e17dfd Text Font Color

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

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


#e17dfd Background Color

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

This div background color is #e17dfd


#e17dfd Border Color

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

This div border color is #e17dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17dfd


Comments

No comments written yet.

Please login to write comment.