Color Hex Logo

#e08286 Color Hex

#E08286
(224,130,134)
0 Favorites   0 Comments

Color spaces of #e08286

RGB 224130134
HSL0.990.600.69
HSV357°42°88°
CMYK 0.000.420.40   0.12
XYZ43.026233.533826.7592
Yxy33.53380.41640.3246
Hunter Lab57.908431.286713.1382
CIE-Lab64.590836.540613.6737

#e08286 color RGB value is (224,130,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000010 10000110
Octal 340 202 206
Decimal 224 130 134
Hex E0 82 86

RGB Percentages of Color #e08286

%45.90
%26.64
%27.46

CMYK Percentages of Color #e08286

%0
%42
%40
%12

Triadic Colors of #e08286

#e08286 #86e082 #8286e0

Analogous Colors of #e08286

#e08286 #e0ad82 #e082b5

Monochromatic Colors of #e08286

#e08286

Complementary Color

#e08286 #82e0dc

#e08286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08286 Color CSS Codes

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

#e08286 Text Font Color

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

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


#e08286 Background Color

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

This div background color is #e08286


#e08286 Border Color

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

This div border color is #e08286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08286


Comments

No comments written yet.

Please login to write comment.