Color Hex Logo

#e89480 Color Hex

#E89480
(232,148,128)
0 Favorites   0 Comments

Color spaces of #e89480

RGB 232148128
HSL0.030.690.71
HSV12°45°91°
CMYK 0.000.360.45   0.09
XYZ47.764939.894125.6049
Yxy39.89410.42170.3522
Hunter Lab63.161824.454120.1779
CIE-Lab69.394029.443323.7830

#e89480 color RGB value is (232,148,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010100 10000000
Octal 350 224 200
Decimal 232 148 128
Hex E8 94 80

RGB Percentages of Color #e89480

%45.67
%29.13
%25.20

CMYK Percentages of Color #e89480

%0
%36
%45
%9

Triadic Colors of #e89480

#e89480 #80e894 #9480e8

Analogous Colors of #e89480

#e89480 #e8c880 #e880a0

Monochromatic Colors of #e89480

#e89480

Complementary Color

#e89480 #80d4e8

#e89480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89480 Color CSS Codes

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

#e89480 Text Font Color

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

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


#e89480 Background Color

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

This div background color is #e89480


#e89480 Border Color

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

This div border color is #e89480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89480


Comments

No comments written yet.

Please login to write comment.