Color Hex Logo

#e16afa Color Hex

#E16AFA
(225,106,250)
0 Favorites   0 Comments

Color spaces of #e16afa

RGB 225106250
HSL0.800.940.70
HSV290°58°98°
CMYK 0.100.580.00   0.02
XYZ53.460733.217794.0365
Yxy33.21770.29580.1838
Hunter Lab57.634864.7116-56.3928
CIE-Lab64.336866.4533-51.9505

#e16afa color RGB value is (225,106,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101010 11111010
Octal 341 152 372
Decimal 225 106 250
Hex E1 6A FA

RGB Percentages of Color #e16afa

%38.73
%18.24
%43.03

CMYK Percentages of Color #e16afa

%10
%58
%0
%2

Triadic Colors of #e16afa

#e16afa #fae16a #6afae1

Analogous Colors of #e16afa

#e16afa #fa6acb #996afa

Monochromatic Colors of #e16afa

#e16afa

Complementary Color

#e16afa #83fa6a

#e16afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16afa Color CSS Codes

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

#e16afa Text Font Color

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

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


#e16afa Background Color

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

This div background color is #e16afa


#e16afa Border Color

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

This div border color is #e16afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16afa

Related Colors


Comments

No comments written yet.

Please login to write comment.