Color Hex Logo

#e05afe Color Hex

#E05AFE
(224,90,254)
0 Favorites   0 Comments

Color spaces of #e05afe

RGB 22490254
HSL0.800.990.67
HSV289°65°100°
CMYK 0.120.650.00   0.00
XYZ52.286030.315496.8616
Yxy30.31540.29130.1689
Hunter Lab55.059473.1547-65.7625
CIE-Lab61.925473.8018-57.9966

#e05afe color RGB value is (224,90,254).

#e05afe hex color red value is 224, green value is 90 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e05afe hue: 0.80 , saturation: 0.99 and the lightness value of e05afe is 0.67.

The process color (four color CMYK) of #e05afe color hex is 0.12, 0.65, 0.00, 0.00. Web safe color of #e05afe is #cc66ff. Color #e05afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011010 11111110
Octal 340 132 376
Decimal 224 90 254
Hex E0 5A FE

RGB Percentages of Color #e05afe

%39.44
%15.85
%44.72

CMYK Percentages of Color #e05afe

%12
%65
%0
%0

Triadic Colors of #e05afe

#e05afe #fee05a #5afee0

Analogous Colors of #e05afe

#e05afe #fe5aca #8e5afe

Monochromatic Colors of #e05afe

#e05afe

Complementary Color

#e05afe #78fe5a

#e05afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05afe Color CSS Codes

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

#e05afe Text Font Color

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

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


#e05afe Background Color

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

This div background color is #e05afe


#e05afe Border Color

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

This div border color is #e05afe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,90,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05afe


Comments

No comments written yet.

Please login to write comment.