Color Hex Logo

#e08895 Color Hex

#E08895
(224,136,149)
0 Favorites   0 Comments

Color spaces of #e08895

RGB 224136149
HSL0.980.590.71
HSV351°39°88°
CMYK 0.000.390.33   0.12
XYZ44.969435.625532.9400
Yxy35.62550.39610.3138
Hunter Lab59.687130.03299.0601
CIE-Lab66.232835.15797.5193

#e08895 color RGB value is (224,136,149).

#e08895 hex color red value is 224, green value is 136 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #e08895 hue: 0.98 , saturation: 0.59 and the lightness value of e08895 is 0.71.

The process color (four color CMYK) of #e08895 color hex is 0.00, 0.39, 0.33, 0.12. Web safe color of #e08895 is #cc9999. Color #e08895 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001000 10010101
Octal 340 210 225
Decimal 224 136 149
Hex E0 88 95

RGB Percentages of Color #e08895

%44.01
%26.72
%29.27

CMYK Percentages of Color #e08895

%0
%39
%33
%12

Triadic Colors of #e08895

#e08895 #95e088 #8895e0

Analogous Colors of #e08895

#e08895 #e0a788 #e088c1

Monochromatic Colors of #e08895

#e08895

Complementary Color

#e08895 #88e0d3

#e08895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08895 Color CSS Codes

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

#e08895 Text Font Color

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

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


#e08895 Background Color

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

This div background color is #e08895


#e08895 Border Color

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

This div border color is #e08895


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,136,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08895


Comments

No comments written yet.

Please login to write comment.