Color Hex Logo

#e17afa Color Hex

#E17AFA
(225,122,250)
0 Favorites   0 Comments

Color spaces of #e17afa

RGB 225122250
HSL0.800.930.73
HSV288°51°98°
CMYK 0.100.510.00   0.02
XYZ55.266236.828794.6383
Yxy36.82870.29600.1972
Hunter Lab60.686756.3550-49.9796
CIE-Lab67.148358.9297-47.5085

#e17afa color RGB value is (225,122,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111010 11111010
Octal 341 172 372
Decimal 225 122 250
Hex E1 7A FA

RGB Percentages of Color #e17afa

%37.69
%20.44
%41.88

CMYK Percentages of Color #e17afa

%10
%51
%0
%2

Triadic Colors of #e17afa

#e17afa #fae17a #7afae1

Analogous Colors of #e17afa

#e17afa #fa7ad3 #a17afa

Monochromatic Colors of #e17afa

#e17afa

Complementary Color

#e17afa #93fa7a

#e17afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17afa Color CSS Codes

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

#e17afa Text Font Color

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

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


#e17afa Background Color

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

This div background color is #e17afa


#e17afa Border Color

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

This div border color is #e17afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17afa


Comments

No comments written yet.

Please login to write comment.