Color Hex Logo

#e51c6e Color Hex

#E51C6E
(229,28,110)
0 Favorites   0 Comments

Color spaces of #e51c6e

RGB 22928110
HSL0.930.790.50
HSV336°88°90°
CMYK 0.000.880.52   0.10
XYZ35.542818.614316.4715
Yxy18.61430.50320.2636
Hunter Lab43.144371.54807.5654
CIE-Lab50.232974.73907.6280

#e51c6e color RGB value is (229,28,110).

#e51c6e hex color red value is 229, green value is 28 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #e51c6e hue: 0.93 , saturation: 0.79 and the lightness value of e51c6e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011100 01101110
Octal 345 34 156
Decimal 229 28 110
Hex E5 1C 6E

RGB Percentages of Color #e51c6e

%62.40
%7.63
%29.97

CMYK Percentages of Color #e51c6e

%0
%88
%52
%10

Triadic Colors of #e51c6e

#e51c6e #6ee51c #1c6ee5

Analogous Colors of #e51c6e

#e51c6e #e52f1c #e51cd3

Monochromatic Colors of #e51c6e

#e51c6e

Complementary Color

#e51c6e #1ce593

#e51c6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51c6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51c6e Color CSS Codes

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

#e51c6e Text Font Color

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

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


#e51c6e Background Color

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

This div background color is #e51c6e


#e51c6e Border Color

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

This div border color is #e51c6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51c6e


Comments

No comments written yet.

Please login to write comment.