Color Hex Logo

#e53baf Color Hex

#E53BAF
(229,59,175)
0 Favorites   0 Comments

Color spaces of #e53baf

RGB 22959175
HSL0.890.770.56
HSV319°74°90°
CMYK 0.000.740.24   0.10
XYZ41.614922.881142.7806
Yxy22.88110.38790.2133
Hunter Lab47.834271.5820-19.5422
CIE-Lab54.949773.8530-24.1577

#e53baf color RGB value is (229,59,175).

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

The process color (four color CMYK) of #e53baf color hex is 0.00, 0.74, 0.24, 0.10. Web safe color of #e53baf is #cc3399. Color #e53baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111011 10101111
Octal 345 73 257
Decimal 229 59 175
Hex E5 3B AF

RGB Percentages of Color #e53baf

%49.46
%12.74
%37.80

CMYK Percentages of Color #e53baf

%0
%74
%24
%10

Triadic Colors of #e53baf

#e53baf #afe53b #3bafe5

Analogous Colors of #e53baf

#e53baf #e53b5a #c63be5

Monochromatic Colors of #e53baf

#e53baf

Complementary Color

#e53baf #3be571

#e53baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53baf Color CSS Codes

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

#e53baf Text Font Color

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

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


#e53baf Background Color

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

This div background color is #e53baf


#e53baf Border Color

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

This div border color is #e53baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53baf


Comments

No comments written yet.

Please login to write comment.