Color Hex Logo

#e53efb Color Hex

#E53EFB
(229,62,251)
0 Favorites   0 Comments

Color spaces of #e53efb

RGB 22962251
HSL0.810.960.61
HSV293°75°98°
CMYK 0.090.750.00   0.02
XYZ51.448327.068393.7799
Yxy27.06830.29860.1571
Hunter Lab52.027285.4662-70.4522
CIE-Lab59.037584.0500-60.9138

#e53efb color RGB value is (229,62,251).

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

The process color (four color CMYK) of #e53efb color hex is 0.09, 0.75, 0.00, 0.02. Web safe color of #e53efb is #cc33ff. Color #e53efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111110 11111011
Octal 345 76 373
Decimal 229 62 251
Hex E5 3E FB

RGB Percentages of Color #e53efb

%42.25
%11.44
%46.31

CMYK Percentages of Color #e53efb

%9
%75
%0
%2

Triadic Colors of #e53efb

#e53efb #fbe53e #3efbe5

Analogous Colors of #e53efb

#e53efb #fb3eb3 #873efb

Monochromatic Colors of #e53efb

#e53efb

Complementary Color

#e53efb #54fb3e

#e53efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53efb Color CSS Codes

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

#e53efb Text Font Color

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

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


#e53efb Background Color

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

This div background color is #e53efb


#e53efb Border Color

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

This div border color is #e53efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53efb


Comments

No comments written yet.

Please login to write comment.