Color Hex Logo

#e89582 Color Hex

#E89582
(232,149,130)
0 Favorites   0 Comments

Color spaces of #e89582

RGB 232149130
HSL0.030.690.71
HSV11°44°91°
CMYK 0.000.360.44   0.09
XYZ48.055440.262426.3577
Yxy40.26240.41910.3511
Hunter Lab63.452724.143519.7883
CIE-Lab69.656029.118423.0366

#e89582 color RGB value is (232,149,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010101 10000010
Octal 350 225 202
Decimal 232 149 130
Hex E8 95 82

RGB Percentages of Color #e89582

%45.40
%29.16
%25.44

CMYK Percentages of Color #e89582

%0
%36
%44
%9

Triadic Colors of #e89582

#e89582 #82e895 #9582e8

Analogous Colors of #e89582

#e89582 #e8c882 #e882a2

Monochromatic Colors of #e89582

#e89582

Complementary Color

#e89582 #82d5e8

#e89582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89582 Color CSS Codes

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

#e89582 Text Font Color

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

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


#e89582 Background Color

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

This div background color is #e89582


#e89582 Border Color

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

This div border color is #e89582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89582


Comments

No comments written yet.

Please login to write comment.