Color Hex Logo

#e17afd Color Hex

#E17AFD
(225,122,253)
0 Favorites   0 Comments

Color spaces of #e17afd

RGB 225122253
HSL0.800.970.74
HSV287°52°99°
CMYK 0.110.520.00   0.01
XYZ55.740537.018597.1359
Yxy37.01850.29350.1949
Hunter Lab60.842857.0559-52.0668
CIE-Lab67.290959.5055-48.9271

#e17afd color RGB value is (225,122,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111010 11111101
Octal 341 172 375
Decimal 225 122 253
Hex E1 7A FD

RGB Percentages of Color #e17afd

%37.50
%20.33
%42.17

CMYK Percentages of Color #e17afd

%11
%52
%0
%1

Triadic Colors of #e17afd

#e17afd #fde17a #7afde1

Analogous Colors of #e17afd

#e17afd #fd7ad8 #a07afd

Monochromatic Colors of #e17afd

#e17afd

Complementary Color

#e17afd #96fd7a

#e17afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17afd Color CSS Codes

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

#e17afd Text Font Color

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

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


#e17afd Background Color

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

This div background color is #e17afd


#e17afd Border Color

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

This div border color is #e17afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17afd


Comments

No comments written yet.

Please login to write comment.