Color Hex Logo

#e08385 Color Hex

#E08385
(224,131,133)
0 Favorites   0 Comments

Color spaces of #e08385

RGB 224131133
HSL1.000.600.70
HSV359°42°88°
CMYK 0.000.420.41   0.12
XYZ43.090433.773326.4381
Yxy33.77330.41710.3269
Hunter Lab58.114830.651613.7076
CIE-Lab64.782235.906414.5069

#e08385 color RGB value is (224,131,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000011 10000101
Octal 340 203 205
Decimal 224 131 133
Hex E0 83 85

RGB Percentages of Color #e08385

%45.90
%26.84
%27.25

CMYK Percentages of Color #e08385

%0
%42
%41
%12

Triadic Colors of #e08385

#e08385 #85e083 #8385e0

Analogous Colors of #e08385

#e08385 #e0b083 #e083b4

Monochromatic Colors of #e08385

#e08385

Complementary Color

#e08385 #83e0de

#e08385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08385 Color CSS Codes

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

#e08385 Text Font Color

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

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


#e08385 Background Color

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

This div background color is #e08385


#e08385 Border Color

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

This div border color is #e08385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08385


Comments

No comments written yet.

Please login to write comment.