Color Hex Logo

#e5116b Color Hex

#E5116B
(229,17,107)
0 Favorites   0 Comments

Color spaces of #e5116b

RGB 22917107
HSL0.930.860.48
HSV335°93°90°
CMYK 0.000.930.53   0.10
XYZ35.167418.120415.5540
Yxy18.12040.51080.2632
Hunter Lab42.568172.97288.1336
CIE-Lab49.641876.01398.6256

#e5116b color RGB value is (229,17,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010001 01101011
Octal 345 21 153
Decimal 229 17 107
Hex E5 11 6B

RGB Percentages of Color #e5116b

%64.87
%4.82
%30.31

CMYK Percentages of Color #e5116b

%0
%93
%53
%10

Triadic Colors of #e5116b

#e5116b #6be511 #116be5

Analogous Colors of #e5116b

#e5116b #e52111 #e511d5

Monochromatic Colors of #e5116b

#e5116b

Complementary Color

#e5116b #11e58b

#e5116b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5116b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5116b Color CSS Codes

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

#e5116b Text Font Color

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

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


#e5116b Background Color

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

This div background color is #e5116b


#e5116b Border Color

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

This div border color is #e5116b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5116b


Comments

No comments written yet.

Please login to write comment.