Color Hex Logo

#e53fef Color Hex

#E53FEF
(229,63,239)
0 Favorites   0 Comments

Color spaces of #e53fef

RGB 22963239
HSL0.820.850.59
HSV297°74°94°
CMYK 0.040.740.00   0.06
XYZ49.670626.445084.1478
Yxy26.44500.30990.1650
Hunter Lab51.424782.4181-61.0207
CIE-Lab58.457181.8034-55.1630

#e53fef color RGB value is (229,63,239).

#e53fef hex color red value is 229, green value is 63 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e53fef hue: 0.82 , saturation: 0.85 and the lightness value of e53fef is 0.59.

The process color (four color CMYK) of #e53fef color hex is 0.04, 0.74, 0.00, 0.06. Web safe color of #e53fef is #cc33ff. Color #e53fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111111 11101111
Octal 345 77 357
Decimal 229 63 239
Hex E5 3F EF

RGB Percentages of Color #e53fef

%43.13
%11.86
%45.01

CMYK Percentages of Color #e53fef

%4
%74
%0
%6

Triadic Colors of #e53fef

#e53fef #efe53f #3fefe5

Analogous Colors of #e53fef

#e53fef #ef3fa1 #8d3fef

Monochromatic Colors of #e53fef

#e53fef

Complementary Color

#e53fef #49ef3f

#e53fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53fef Color CSS Codes

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

#e53fef Text Font Color

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

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


#e53fef Background Color

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

This div background color is #e53fef


#e53fef Border Color

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

This div border color is #e53fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53fef


Comments

No comments written yet.

Please login to write comment.