Color Hex Logo

#e51baa Color Hex

#E51BAA
(229,27,170)
0 Favorites   0 Comments

Color spaces of #e51baa

RGB 22927170
HSL0.880.800.50
HSV318°88°90°
CMYK 0.000.880.26   0.10
XYZ39.960720.344239.8509
Yxy20.34420.39900.2031
Hunter Lab45.104579.2104-20.8109
CIE-Lab52.224280.5020-25.4336

#e51baa color RGB value is (229,27,170).

#e51baa hex color red value is 229, green value is 27 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e51baa hue: 0.88 , saturation: 0.80 and the lightness value of e51baa is 0.50.

The process color (four color CMYK) of #e51baa color hex is 0.00, 0.88, 0.26, 0.10. Web safe color of #e51baa is #cc3399. Color #e51baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011011 10101010
Octal 345 33 252
Decimal 229 27 170
Hex E5 1B AA

RGB Percentages of Color #e51baa

%53.76
%6.34
%39.91

CMYK Percentages of Color #e51baa

%0
%88
%26
%10

Triadic Colors of #e51baa

#e51baa #aae51b #1baae5

Analogous Colors of #e51baa

#e51baa #e51b45 #bb1be5

Monochromatic Colors of #e51baa

#e51baa

Complementary Color

#e51baa #1be556

#e51baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51baa Color CSS Codes

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

#e51baa Text Font Color

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

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


#e51baa Background Color

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

This div background color is #e51baa


#e51baa Border Color

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

This div border color is #e51baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51baa

#e51baa Color Palettes


Comments

No comments written yet.

Please login to write comment.