Color Hex Logo

#e87180 Color Hex

#E87180
(232,113,128)
0 Favorites   0 Comments

Color spaces of #e87180

RGB 232113128
HSL0.980.720.68
HSV352°51°91°
CMYK 0.000.510.45   0.09
XYZ43.080130.524624.0433
Yxy30.52460.44120.3126
Hunter Lab55.249142.498312.8725
CIE-Lab62.104247.418813.7769

#e87180 color RGB value is (232,113,128).

#e87180 hex color red value is 232, green value is 113 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #e87180 hue: 0.98 , saturation: 0.72 and the lightness value of e87180 is 0.68.

The process color (four color CMYK) of #e87180 color hex is 0.00, 0.51, 0.45, 0.09. Web safe color of #e87180 is #ff6699. Color #e87180 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110001 10000000
Octal 350 161 200
Decimal 232 113 128
Hex E8 71 80

RGB Percentages of Color #e87180

%49.05
%23.89
%27.06

CMYK Percentages of Color #e87180

%0
%51
%45
%9

Triadic Colors of #e87180

#e87180 #80e871 #7180e8

Analogous Colors of #e87180

#e87180 #e89e71 #e871bc

Monochromatic Colors of #e87180

#e87180

Complementary Color

#e87180 #71e8d9

#e87180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87180 Color CSS Codes

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

#e87180 Text Font Color

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

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


#e87180 Background Color

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

This div background color is #e87180


#e87180 Border Color

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

This div border color is #e87180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87180


Comments

No comments written yet.

Please login to write comment.