Color Hex Logo

#e87982 Color Hex

#E87982
(232,121,130)
0 Favorites   0 Comments

Color spaces of #e87982

RGB 232121130
HSL0.990.710.69
HSV355°48°91°
CMYK 0.000.480.44   0.09
XYZ44.145332.442325.0544
Yxy32.44230.43430.3192
Hunter Lab56.958138.669313.7906
CIE-Lab63.706843.651214.8685

#e87982 color RGB value is (232,121,130).

#e87982 hex color red value is 232, green value is 121 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #e87982 hue: 0.99 , saturation: 0.71 and the lightness value of e87982 is 0.69.

The process color (four color CMYK) of #e87982 color hex is 0.00, 0.48, 0.44, 0.09. Web safe color of #e87982 is #ff6699. Color #e87982 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111001 10000010
Octal 350 171 202
Decimal 232 121 130
Hex E8 79 82

RGB Percentages of Color #e87982

%48.03
%25.05
%26.92

CMYK Percentages of Color #e87982

%0
%48
%44
%9

Triadic Colors of #e87982

#e87982 #82e879 #7982e8

Analogous Colors of #e87982

#e87982 #e8a879 #e879ba

Monochromatic Colors of #e87982

#e87982

Complementary Color

#e87982 #79e8df

#e87982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87982 Color CSS Codes

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

#e87982 Text Font Color

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

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


#e87982 Background Color

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

This div background color is #e87982


#e87982 Border Color

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

This div border color is #e87982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87982


Comments

No comments written yet.

Please login to write comment.