Color Hex Logo

#e8518c Color Hex

#E8518C
(232,81,140)
0 Favorites   0 Comments

Color spaces of #e8518c

RGB 23281140
HSL0.930.770.61
HSV337°65°91°
CMYK 0.000.650.40   0.09
XYZ40.954824.934127.4652
Yxy24.93410.43870.2671
Hunter Lab49.934159.01712.3426
CIE-Lab57.011262.9490-0.4868

#e8518c color RGB value is (232,81,140).

#e8518c hex color red value is 232, green value is 81 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #e8518c hue: 0.93 , saturation: 0.77 and the lightness value of e8518c is 0.61.

The process color (four color CMYK) of #e8518c color hex is 0.00, 0.65, 0.40, 0.09. Web safe color of #e8518c is #ff6699. Color #e8518c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010001 10001100
Octal 350 121 214
Decimal 232 81 140
Hex E8 51 8C

RGB Percentages of Color #e8518c

%51.21
%17.88
%30.91

CMYK Percentages of Color #e8518c

%0
%65
%40
%9

Triadic Colors of #e8518c

#e8518c #8ce851 #518ce8

Analogous Colors of #e8518c

#e8518c #e86251 #e851d8

Monochromatic Colors of #e8518c

#e8518c

Complementary Color

#e8518c #51e8ad

#e8518c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8518c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8518c Color CSS Codes

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

#e8518c Text Font Color

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

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


#e8518c Background Color

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

This div background color is #e8518c


#e8518c Border Color

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

This div border color is #e8518c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,81,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e8518c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e8518c;
  -webkit-box-shadow: 1px 1px 3px 2px #e8518c;
  box-shadow:         1px 1px 3px 2px #e8518c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,81,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8518c


Comments

No comments written yet.

Please login to write comment.