color codes Logo

#e17ffd color codes

#E17FFD
(225,127,253)
0 Favorites   0 Comments

Color spaces of #e17ffd

RGB 225127253
HSL0.800.970.75
HSV287°50°99°
CMYK 0.110.500.00   0.01
XYZ56.370338.278197.3459
Yxy38.27810.29360.1994
Hunter Lab61.869354.3635-49.9791
CIE-Lab68.225157.0492-47.4551

#e17ffd color RGB value is (225,127,253).

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

The process color (four color CMYK) of #e17ffd color code is 0.11, 0.50, 0.00, 0.01. Web safe color of #e17ffd is #cc66ff. Color #e17ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111111 11111101
Octal 341 177 375
Decimal 225 127 253
Hex E1 7F FD

RGB Percentages of Color #e17ffd

%37.19
%20.99
%41.82

CMYK Percentages of Color #e17ffd

%11
%50
%0
%1

Triadic Colors of #e17ffd

#e17ffd #fde17f #7ffde1

Analogous Colors of #e17ffd

#e17ffd #fd7fda #a27ffd

Monochromatic Colors of #e17ffd

#e17ffd

Complementary Color

#e17ffd #9bfd7f

#e17ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17ffd Color CSS Codes

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

#e17ffd Text Font Color

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

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


#e17ffd Background Color

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

This div background color is #e17ffd


#e17ffd Border Color

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

This div border color is #e17ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17ffd


Comments

No comments written yet.

Please login to write comment.