Color Hex Logo

#e50baf Color Hex

#E50BAF
(229,11,175)
0 Favorites   0 Comments

Color spaces of #e50baf

RGB 22911175
HSL0.870.910.47
HSV315°95°90°
CMYK 0.000.950.24   0.10
XYZ40.170619.992542.2992
Yxy19.99250.39210.1951
Hunter Lab44.713082.1186-24.7902
CIE-Lab51.828782.8611-28.9871

#e50baf color RGB value is (229,11,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001011 10101111
Octal 345 13 257
Decimal 229 11 175
Hex E5 B AF

RGB Percentages of Color #e50baf

%55.18
%2.65
%42.17

CMYK Percentages of Color #e50baf

%0
%95
%24
%10

Triadic Colors of #e50baf

#e50baf #afe50b #0bafe5

Analogous Colors of #e50baf

#e50baf #e50b42 #ae0be5

Monochromatic Colors of #e50baf

#e50baf

Complementary Color

#e50baf #0be541

#e50baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50baf Color CSS Codes

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

#e50baf Text Font Color

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

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


#e50baf Background Color

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

This div background color is #e50baf


#e50baf Border Color

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

This div border color is #e50baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50baf


Comments

No comments written yet.

Please login to write comment.