Color Hex Logo

#e53bac Color Hex

#E53BAC
(229,59,172)
0 Favorites   0 Comments

Color spaces of #e53bac

RGB 22959172
HSL0.890.770.56
HSV320°74°90°
CMYK 0.000.740.25   0.10
XYZ41.323522.764541.2457
Yxy22.76450.39230.2161
Hunter Lab47.712271.1026-17.8559
CIE-Lab54.828973.4851-22.5926

#e53bac color RGB value is (229,59,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111011 10101100
Octal 345 73 254
Decimal 229 59 172
Hex E5 3B AC

RGB Percentages of Color #e53bac

%49.78
%12.83
%37.39

CMYK Percentages of Color #e53bac

%0
%74
%25
%10

Triadic Colors of #e53bac

#e53bac #ace53b #3bace5

Analogous Colors of #e53bac

#e53bac #e53b57 #c93be5

Monochromatic Colors of #e53bac

#e53bac

Complementary Color

#e53bac #3be574

#e53bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53bac Color CSS Codes

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

#e53bac Text Font Color

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

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


#e53bac Background Color

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

This div background color is #e53bac


#e53bac Border Color

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

This div border color is #e53bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53bac


Comments

No comments written yet.

Please login to write comment.