Color Hex Logo

#e51b7f Color Hex

#E51B7F
(229,27,127)
0 Favorites   0 Comments

Color spaces of #e51b7f

RGB 22927127
HSL0.920.800.50
HSV330°88°90°
CMYK 0.000.880.45   0.10
XYZ36.535818.974221.8154
Yxy18.97420.47250.2454
Hunter Lab43.559473.48950.7980
CIE-Lab50.657076.2347-2.1043

#e51b7f color RGB value is (229,27,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011011 01111111
Octal 345 33 177
Decimal 229 27 127
Hex E5 1B 7F

RGB Percentages of Color #e51b7f

%59.79
%7.05
%33.16

CMYK Percentages of Color #e51b7f

%0
%88
%45
%10

Triadic Colors of #e51b7f

#e51b7f #7fe51b #1b7fe5

Analogous Colors of #e51b7f

#e51b7f #e51c1b #e51be4

Monochromatic Colors of #e51b7f

#e51b7f

Complementary Color

#e51b7f #1be581

#e51b7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51b7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51b7f Color CSS Codes

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

#e51b7f Text Font Color

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

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


#e51b7f Background Color

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

This div background color is #e51b7f


#e51b7f Border Color

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

This div border color is #e51b7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51b7f


Comments

No comments written yet.

Please login to write comment.