Color Hex Logo

#e53abb Color Hex

#E53ABB
(229,58,187)
0 Favorites   0 Comments

Color spaces of #e53abb

RGB 22958187
HSL0.870.770.56
HSV315°75°90°
CMYK 0.000.750.18   0.10
XYZ42.795823.272049.2501
Yxy23.27200.37110.2018
Hunter Lab48.241173.9298-26.7614
CIE-Lab55.351475.6791-30.5053

#e53abb color RGB value is (229,58,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111010 10111011
Octal 345 72 273
Decimal 229 58 187
Hex E5 3A BB

RGB Percentages of Color #e53abb

%48.31
%12.24
%39.45

CMYK Percentages of Color #e53abb

%0
%75
%18
%10

Triadic Colors of #e53abb

#e53abb #bbe53a #3abbe5

Analogous Colors of #e53abb

#e53abb #e53a66 #ba3ae5

Monochromatic Colors of #e53abb

#e53abb

Complementary Color

#e53abb #3ae564

#e53abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53abb Color CSS Codes

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

#e53abb Text Font Color

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

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


#e53abb Background Color

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

This div background color is #e53abb


#e53abb Border Color

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

This div border color is #e53abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53abb


Comments

No comments written yet.

Please login to write comment.