Color Hex Logo

#e5114e Color Hex

#E5114E
(229,17,78)
0 Favorites   0 Comments

Color spaces of #e5114e

RGB 2291778
HSL0.950.860.48
HSV343°93°90°
CMYK 0.000.930.66   0.10
XYZ33.888717.60908.8205
Yxy17.60900.56180.2919
Hunter Lab41.963170.718316.9116
CIE-Lab49.018474.296725.5625

#e5114e color RGB value is (229,17,78).

#e5114e hex color red value is 229, green value is 17 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #e5114e hue: 0.95 , saturation: 0.86 and the lightness value of e5114e is 0.48.

The process color (four color CMYK) of #e5114e color hex is 0.00, 0.93, 0.66, 0.10. Web safe color of #e5114e is #cc0066. Color #e5114e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010001 01001110
Octal 345 21 116
Decimal 229 17 78
Hex E5 11 4E

RGB Percentages of Color #e5114e

%70.68
%5.25
%24.07

CMYK Percentages of Color #e5114e

%0
%93
%66
%10

Triadic Colors of #e5114e

#e5114e #4ee511 #114ee5

Analogous Colors of #e5114e

#e5114e #e53e11 #e511b8

Monochromatic Colors of #e5114e

#e5114e

Complementary Color

#e5114e #11e5a8

#e5114e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5114e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5114e Color CSS Codes

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

#e5114e Text Font Color

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

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


#e5114e Background Color

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

This div background color is #e5114e


#e5114e Border Color

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

This div border color is #e5114e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5114e


Comments

No comments written yet.

Please login to write comment.