Color Hex Logo

#e50bac Color Hex

#E50BAC
(229,11,172)
0 Favorites   0 Comments

Color spaces of #e50bac

RGB 22911172
HSL0.880.910.47
HSV316°95°90°
CMYK 0.000.950.25   0.10
XYZ39.879219.875940.7643
Yxy19.87590.39670.1977
Hunter Lab44.582481.6500-23.0046
CIE-Lab51.696682.5211-27.4279

#e50bac color RGB value is (229,11,172).

#e50bac hex color red value is 229, green value is 11 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e50bac hue: 0.88 , saturation: 0.91 and the lightness value of e50bac is 0.47.

The process color (four color CMYK) of #e50bac color hex is 0.00, 0.95, 0.25, 0.10. Web safe color of #e50bac is #cc0099. Color #e50bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001011 10101100
Octal 345 13 254
Decimal 229 11 172
Hex E5 B AC

RGB Percentages of Color #e50bac

%55.58
%2.67
%41.75

CMYK Percentages of Color #e50bac

%0
%95
%25
%10

Triadic Colors of #e50bac

#e50bac #ace50b #0bace5

Analogous Colors of #e50bac

#e50bac #e50b3f #b10be5

Monochromatic Colors of #e50bac

#e50bac

Complementary Color

#e50bac #0be544

#e50bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50bac Color CSS Codes

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

#e50bac Text Font Color

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

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


#e50bac Background Color

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

This div background color is #e50bac


#e50bac Border Color

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

This div border color is #e50bac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,11,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 #e50bac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50bac


Comments

No comments written yet.

Please login to write comment.