Color Hex Logo

#e53aff Color Hex

#E53AFF
(229,58,255)
0 Favorites   0 Comments

Color spaces of #e53aff

RGB 22958255
HSL0.811.000.61
HSV292°77°100°
CMYK 0.100.770.00   0.00
XYZ51.876226.904197.0666
Yxy26.90410.29500.1530
Hunter Lab51.869287.7532-74.6453
CIE-Lab58.885585.8319-63.3735

#e53aff color RGB value is (229,58,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111010 11111111
Octal 345 72 377
Decimal 229 58 255
Hex E5 3A FF

RGB Percentages of Color #e53aff

%42.25
%10.70
%47.05

CMYK Percentages of Color #e53aff

%10
%77
%0
%0

Triadic Colors of #e53aff

#e53aff #ffe53a #3affe5

Analogous Colors of #e53aff

#e53aff #ff3ab7 #833aff

Monochromatic Colors of #e53aff

#e53aff

Complementary Color

#e53aff #54ff3a

#e53aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53aff Color CSS Codes

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

#e53aff Text Font Color

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

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


#e53aff Background Color

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

This div background color is #e53aff


#e53aff Border Color

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

This div border color is #e53aff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,58,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53aff

Related Colors


Comments

No comments written yet.

Please login to write comment.