Color Hex Logo

#e53afe Color Hex

#E53AFE
(229,58,254)
0 Favorites   0 Comments

Color spaces of #e53afe

RGB 22958254
HSL0.810.990.61
HSV292°77°100°
CMYK 0.100.770.00   0.00
XYZ51.715526.839996.2208
Yxy26.83990.29590.1536
Hunter Lab51.807287.5212-73.8534
CIE-Lab58.825885.6665-62.9155

#e53afe color RGB value is (229,58,254).

#e53afe hex color red value is 229, green value is 58 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e53afe hue: 0.81 , saturation: 0.99 and the lightness value of e53afe is 0.61.

The process color (four color CMYK) of #e53afe color hex is 0.10, 0.77, 0.00, 0.00. Web safe color of #e53afe is #cc33ff. Color #e53afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111010 11111110
Octal 345 72 376
Decimal 229 58 254
Hex E5 3A FE

RGB Percentages of Color #e53afe

%42.33
%10.72
%46.95

CMYK Percentages of Color #e53afe

%10
%77
%0
%0

Triadic Colors of #e53afe

#e53afe #fee53a #3afee5

Analogous Colors of #e53afe

#e53afe #fe3ab5 #833afe

Monochromatic Colors of #e53afe

#e53afe

Complementary Color

#e53afe #53fe3a

#e53afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53afe Color CSS Codes

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

#e53afe Text Font Color

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

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


#e53afe Background Color

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

This div background color is #e53afe


#e53afe Border Color

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

This div border color is #e53afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53afe


Comments

No comments written yet.

Please login to write comment.