Color Hex Logo

#e5196c Color Hex

#E5196C
(229,25,108)
0 Favorites   0 Comments

Color spaces of #e5196c

RGB 22925108
HSL0.930.800.50
HSV336°89°90°
CMYK 0.000.890.53   0.10
XYZ35.367518.436015.8818
Yxy18.43600.50750.2646
Hunter Lab42.937271.89118.1256
CIE-Lab50.020775.06028.5495

#e5196c color RGB value is (229,25,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011001 01101100
Octal 345 31 154
Decimal 229 25 108
Hex E5 19 6C

RGB Percentages of Color #e5196c

%63.26
%6.91
%29.83

CMYK Percentages of Color #e5196c

%0
%89
%53
%10

Triadic Colors of #e5196c

#e5196c #6ce519 #196ce5

Analogous Colors of #e5196c

#e5196c #e52c19 #e519d2

Monochromatic Colors of #e5196c

#e5196c

Complementary Color

#e5196c #19e592

#e5196c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5196c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5196c Color CSS Codes

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

#e5196c Text Font Color

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

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


#e5196c Background Color

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

This div background color is #e5196c


#e5196c Border Color

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

This div border color is #e5196c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5196c


Comments

No comments written yet.

Please login to write comment.