Color Hex Logo

#e08383 Color Hex

#E08383
(224,131,131)
0 Favorites   0 Comments

Color spaces of #e08383

RGB 224131131
HSL0.000.600.70
HSV42°88°
CMYK 0.000.420.42   0.12
XYZ42.953533.718625.7172
Yxy33.71860.41950.3293
Hunter Lab58.067730.420414.3889
CIE-Lab64.738635.687315.5762

#e08383 color RGB value is (224,131,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000011 10000011
Octal 340 203 203
Decimal 224 131 131
Hex E0 83 83

RGB Percentages of Color #e08383

%46.09
%26.95
%26.95

CMYK Percentages of Color #e08383

%0
%42
%42
%12

Triadic Colors of #e08383

#e08383 #83e083 #8383e0

Analogous Colors of #e08383

#e08383 #e0b283 #e083b2

Monochromatic Colors of #e08383

#e08383

Complementary Color

#e08383 #83e0e0

#e08383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08383 Color CSS Codes

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

#e08383 Text Font Color

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

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


#e08383 Background Color

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

This div background color is #e08383


#e08383 Border Color

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

This div border color is #e08383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08383


Comments

No comments written yet.

Please login to write comment.