Color Hex Logo

#e08086 Color Hex

#E08086
(224,128,134)
0 Favorites   0 Comments

Color spaces of #e08086

RGB 224128134
HSL0.990.610.69
HSV356°43°88°
CMYK 0.000.430.40   0.12
XYZ42.762733.006926.6714
Yxy33.00690.41740.3222
Hunter Lab57.451632.321712.6913
CIE-Lab64.166537.584213.0793

#e08086 color RGB value is (224,128,134).

#e08086 hex color red value is 224, green value is 128 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #e08086 hue: 0.99 , saturation: 0.61 and the lightness value of e08086 is 0.69.

The process color (four color CMYK) of #e08086 color hex is 0.00, 0.43, 0.40, 0.12. Web safe color of #e08086 is #cc9999. Color #e08086 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000000 10000110
Octal 340 200 206
Decimal 224 128 134
Hex E0 80 86

RGB Percentages of Color #e08086

%46.09
%26.34
%27.57

CMYK Percentages of Color #e08086

%0
%43
%40
%12

Triadic Colors of #e08086

#e08086 #86e080 #8086e0

Analogous Colors of #e08086

#e08086 #e0aa80 #e080b6

Monochromatic Colors of #e08086

#e08086

Complementary Color

#e08086 #80e0da

#e08086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08086 Color CSS Codes

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

#e08086 Text Font Color

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

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


#e08086 Background Color

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

This div background color is #e08086


#e08086 Border Color

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

This div border color is #e08086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08086


Comments

No comments written yet.

Please login to write comment.