Color Hex Logo

#e53abd Color Hex

#E53ABD
(229,58,189)
0 Favorites   0 Comments

Color spaces of #e53abd

RGB 22958189
HSL0.870.770.56
HSV314°75°90°
CMYK 0.000.750.17   0.10
XYZ43.011523.358250.3857
Yxy23.35820.36840.2001
Hunter Lab48.330374.2778-27.9802
CIE-Lab55.439475.9426-31.5246

#e53abd color RGB value is (229,58,189).

#e53abd hex color red value is 229, green value is 58 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e53abd hue: 0.87 , saturation: 0.77 and the lightness value of e53abd is 0.56.

The process color (four color CMYK) of #e53abd color hex is 0.00, 0.75, 0.17, 0.10. Web safe color of #e53abd is #cc33cc. Color #e53abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111010 10111101
Octal 345 72 275
Decimal 229 58 189
Hex E5 3A BD

RGB Percentages of Color #e53abd

%48.11
%12.18
%39.71

CMYK Percentages of Color #e53abd

%0
%75
%17
%10

Triadic Colors of #e53abd

#e53abd #bde53a #3abde5

Analogous Colors of #e53abd

#e53abd #e53a68 #b83ae5

Monochromatic Colors of #e53abd

#e53abd

Complementary Color

#e53abd #3ae562

#e53abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53abd Color CSS Codes

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

#e53abd Text Font Color

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

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


#e53abd Background Color

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

This div background color is #e53abd


#e53abd Border Color

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

This div border color is #e53abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53abd


Comments

No comments written yet.

Please login to write comment.