Color Hex Logo

#e8517e Color Hex

#E8517E
(232,81,126)
0 Favorites   0 Comments

Color spaces of #e8517e

RGB 23281126
HSL0.950.770.61
HSV342°65°91°
CMYK 0.000.650.46   0.09
XYZ39.987024.547022.3692
Yxy24.54700.46010.2825
Hunter Lab49.544957.36127.9124
CIE-Lab56.631461.58767.2143

#e8517e color RGB value is (232,81,126).

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

The process color (four color CMYK) of #e8517e color hex is 0.00, 0.65, 0.46, 0.09. Web safe color of #e8517e is #ff6666. Color #e8517e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010001 01111110
Octal 350 121 176
Decimal 232 81 126
Hex E8 51 7E

RGB Percentages of Color #e8517e

%52.85
%18.45
%28.70

CMYK Percentages of Color #e8517e

%0
%65
%46
%9

Triadic Colors of #e8517e

#e8517e #7ee851 #517ee8

Analogous Colors of #e8517e

#e8517e #e87051 #e851ca

Monochromatic Colors of #e8517e

#e8517e

Complementary Color

#e8517e #51e8bb

#e8517e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8517e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8517e Color CSS Codes

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

#e8517e Text Font Color

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

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


#e8517e Background Color

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

This div background color is #e8517e


#e8517e Border Color

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

This div border color is #e8517e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8517e


Comments

No comments written yet.

Please login to write comment.