Color Hex Logo

#e87984 Color Hex

#E87984
(232,121,132)
0 Favorites   0 Comments

Color spaces of #e87984

RGB 232121132
HSL0.980.710.69
HSV354°48°91°
CMYK 0.000.480.43   0.09
XYZ44.280932.496525.7684
Yxy32.49650.43180.3169
Hunter Lab57.005738.895313.1030
CIE-Lab63.751143.856113.7917

#e87984 color RGB value is (232,121,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111001 10000100
Octal 350 171 204
Decimal 232 121 132
Hex E8 79 84

RGB Percentages of Color #e87984

%47.84
%24.95
%27.22

CMYK Percentages of Color #e87984

%0
%48
%43
%9

Triadic Colors of #e87984

#e87984 #84e879 #7984e8

Analogous Colors of #e87984

#e87984 #e8a679 #e879bc

Monochromatic Colors of #e87984

#e87984

Complementary Color

#e87984 #79e8dd

#e87984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87984 Color CSS Codes

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

#e87984 Text Font Color

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

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


#e87984 Background Color

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

This div background color is #e87984


#e87984 Border Color

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

This div border color is #e87984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87984


Comments

No comments written yet.

Please login to write comment.