Color Hex Logo

#e89484 Color Hex

#E89484
(232,148,132)
0 Favorites   0 Comments

Color spaces of #e89484

RGB 232148132
HSL0.030.680.71
HSV10°43°91°
CMYK 0.000.360.43   0.09
XYZ48.033540.001627.0192
Yxy40.00160.41750.3477
Hunter Lab63.246824.881918.9439
CIE-Lab69.470729.856821.6829

#e89484 color RGB value is (232,148,132).

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

The process color (four color CMYK) of #e89484 color hex is 0.00, 0.36, 0.43, 0.09. Web safe color of #e89484 is #ff9999. Color #e89484 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010100 10000100
Octal 350 224 204
Decimal 232 148 132
Hex E8 94 84

RGB Percentages of Color #e89484

%45.31
%28.91
%25.78

CMYK Percentages of Color #e89484

%0
%36
%43
%9

Triadic Colors of #e89484

#e89484 #84e894 #9484e8

Analogous Colors of #e89484

#e89484 #e8c684 #e884a6

Monochromatic Colors of #e89484

#e89484

Complementary Color

#e89484 #84d8e8

#e89484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89484 Color CSS Codes

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

#e89484 Text Font Color

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

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


#e89484 Background Color

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

This div background color is #e89484


#e89484 Border Color

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

This div border color is #e89484


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,148,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 #e89484">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89484


Comments

No comments written yet.

Please login to write comment.