Color Hex Logo

#e53fda Color Hex

#E53FDA
(229,63,218)
0 Favorites   0 Comments

Color spaces of #e53fda

RGB 22963218
HSL0.840.760.57
HSV304°72°90°
CMYK 0.000.720.05   0.10
XYZ46.745525.275068.7445
Yxy25.27500.33210.1796
Hunter Lab50.274277.9912-45.8806
CIE-Lab57.342478.5418-45.1234

#e53fda color RGB value is (229,63,218).

#e53fda hex color red value is 229, green value is 63 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e53fda hue: 0.84 , saturation: 0.76 and the lightness value of e53fda is 0.57.

The process color (four color CMYK) of #e53fda color hex is 0.00, 0.72, 0.05, 0.10. Web safe color of #e53fda is #cc33cc. Color #e53fda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111111 11011010
Octal 345 77 332
Decimal 229 63 218
Hex E5 3F DA

RGB Percentages of Color #e53fda

%44.90
%12.35
%42.75

CMYK Percentages of Color #e53fda

%0
%72
%5
%10

Triadic Colors of #e53fda

#e53fda #dae53f #3fdae5

Analogous Colors of #e53fda

#e53fda #e53f87 #9d3fe5

Monochromatic Colors of #e53fda

#e53fda

Complementary Color

#e53fda #3fe54a

#e53fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53fda Color CSS Codes

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

#e53fda Text Font Color

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

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


#e53fda Background Color

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

This div background color is #e53fda


#e53fda Border Color

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

This div border color is #e53fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53fda


Comments

No comments written yet.

Please login to write comment.