Color Hex Logo

#e08283 Color Hex

#E08283
(224,130,131)
2 Favorites   0 Comments

Color spaces of #e08283

RGB 224130131
HSL1.000.600.69
HSV359°42°88°
CMYK 0.000.420.42   0.12
XYZ42.819833.451325.6726
Yxy33.45130.42000.3281
Hunter Lab57.837130.937914.1685
CIE-Lab64.524736.210815.2789

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

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

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

Base Numbers

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

RGB Percentages of Color #e08283

%46.19
%26.80
%27.01

CMYK Percentages of Color #e08283

%0
%42
%42
%12

Triadic Colors of #e08283

#e08283 #83e082 #8283e0

Analogous Colors of #e08283

#e08283 #e0b082 #e082b2

Monochromatic Colors of #e08283

#e08283

Complementary Color

#e08283 #82e0df

#e08283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08283 Color CSS Codes

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

#e08283 Text Font Color

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

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


#e08283 Background Color

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

This div background color is #e08283


#e08283 Border Color

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

This div border color is #e08283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08283

#e08283 Color Palettes


Comments

No comments written yet.

Please login to write comment.