Color Hex Logo

#e51bbd Color Hex

#E51BBD
(229,27,189)
0 Favorites   0 Comments

Color spaces of #e51bbd

RGB 22927189
HSL0.870.800.50
HSV312°88°90°
CMYK 0.000.880.17   0.10
XYZ41.890321.116050.0120
Yxy21.11600.37070.1868
Hunter Lab45.952182.3056-32.3617
CIE-Lab53.076282.7638-35.2157

#e51bbd color RGB value is (229,27,189).

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

The process color (four color CMYK) of #e51bbd color hex is 0.00, 0.88, 0.17, 0.10. Web safe color of #e51bbd is #cc33cc. Color #e51bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011011 10111101
Octal 345 33 275
Decimal 229 27 189
Hex E5 1B BD

RGB Percentages of Color #e51bbd

%51.46
%6.07
%42.47

CMYK Percentages of Color #e51bbd

%0
%88
%17
%10

Triadic Colors of #e51bbd

#e51bbd #bde51b #1bbde5

Analogous Colors of #e51bbd

#e51bbd #e51b58 #a81be5

Monochromatic Colors of #e51bbd

#e51bbd

Complementary Color

#e51bbd #1be543

#e51bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51bbd Color CSS Codes

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

#e51bbd Text Font Color

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

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


#e51bbd Background Color

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

This div background color is #e51bbd


#e51bbd Border Color

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

This div border color is #e51bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51bbd


Comments

No comments written yet.

Please login to write comment.