Color Hex Logo

#e15afa Color Hex

#E15AFA
(225,90,250)
0 Favorites   0 Comments

Color spaces of #e15afa

RGB 22590250
HSL0.810.940.67
HSV291°64°98°
CMYK 0.100.640.00   0.02
XYZ51.962830.222093.5372
Yxy30.22200.29570.1720
Hunter Lab54.974572.5156-62.3976
CIE-Lab61.845373.3012-55.9085

#e15afa color RGB value is (225,90,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011010 11111010
Octal 341 132 372
Decimal 225 90 250
Hex E1 5A FA

RGB Percentages of Color #e15afa

%39.82
%15.93
%44.25

CMYK Percentages of Color #e15afa

%10
%64
%0
%2

Triadic Colors of #e15afa

#e15afa #fae15a #5afae1

Analogous Colors of #e15afa

#e15afa #fa5ac3 #915afa

Monochromatic Colors of #e15afa

#e15afa

Complementary Color

#e15afa #73fa5a

#e15afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15afa Color CSS Codes

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

#e15afa Text Font Color

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

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


#e15afa Background Color

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

This div background color is #e15afa


#e15afa Border Color

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

This div border color is #e15afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15afa


Comments

No comments written yet.

Please login to write comment.