Color Hex Logo

#e51b7e Color Hex

#E51B7E
(229,27,126)
0 Favorites   0 Comments

Color spaces of #e51b7e

RGB 22927126
HSL0.920.800.50
HSV331°88°90°
CMYK 0.000.880.45   0.10
XYZ36.470918.948221.4738
Yxy18.94820.47430.2464
Hunter Lab43.529573.37821.2220
CIE-Lab50.626576.1506-1.5427

#e51b7e color RGB value is (229,27,126).

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

The process color (four color CMYK) of #e51b7e color hex is 0.00, 0.88, 0.45, 0.10. Web safe color of #e51b7e is #cc3366. Color #e51b7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011011 01111110
Octal 345 33 176
Decimal 229 27 126
Hex E5 1B 7E

RGB Percentages of Color #e51b7e

%59.95
%7.07
%32.98

CMYK Percentages of Color #e51b7e

%0
%88
%45
%10

Triadic Colors of #e51b7e

#e51b7e #7ee51b #1b7ee5

Analogous Colors of #e51b7e

#e51b7e #e51d1b #e51be3

Monochromatic Colors of #e51b7e

#e51b7e

Complementary Color

#e51b7e #1be582

#e51b7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51b7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51b7e Color CSS Codes

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

#e51b7e Text Font Color

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

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


#e51b7e Background Color

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

This div background color is #e51b7e


#e51b7e Border Color

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

This div border color is #e51b7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51b7e


Comments

No comments written yet.

Please login to write comment.