Color Hex Logo

#e08382 Color Hex

#E08382
(224,131,130)
0 Favorites   0 Comments

Color spaces of #e08382

RGB 224131130
HSL0.000.600.69
HSV42°88°
CMYK 0.000.420.42   0.12
XYZ42.886033.691625.3619
Yxy33.69160.42070.3305
Hunter Lab58.044530.306414.7250
CIE-Lab64.717035.579116.1110

#e08382 color RGB value is (224,131,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000011 10000010
Octal 340 203 202
Decimal 224 131 130
Hex E0 83 82

RGB Percentages of Color #e08382

%46.19
%27.01
%26.80

CMYK Percentages of Color #e08382

%0
%42
%42
%12

Triadic Colors of #e08382

#e08382 #82e083 #8382e0

Analogous Colors of #e08382

#e08382 #e0b282 #e082b0

Monochromatic Colors of #e08382

#e08382

Complementary Color

#e08382 #82dfe0

#e08382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08382 Color CSS Codes

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

#e08382 Text Font Color

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

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


#e08382 Background Color

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

This div background color is #e08382


#e08382 Border Color

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

This div border color is #e08382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08382


Comments

No comments written yet.

Please login to write comment.