Color Hex Logo

#e09182 Color Hex

#E09182
(224,145,130)
0 Favorites   0 Comments

Color spaces of #e09182

RGB 224145130
HSL0.030.600.69
HSV10°42°88°
CMYK 0.000.350.42   0.12
XYZ44.895137.709826.0316
Yxy37.70980.41330.3471
Hunter Lab61.408323.035317.8522
CIE-Lab67.806228.161320.3634

#e09182 color RGB value is (224,145,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010001 10000010
Octal 340 221 202
Decimal 224 145 130
Hex E0 91 82

RGB Percentages of Color #e09182

%44.89
%29.06
%26.05

CMYK Percentages of Color #e09182

%0
%35
%42
%12

Triadic Colors of #e09182

#e09182 #82e091 #9182e0

Analogous Colors of #e09182

#e09182 #e0c082 #e082a2

Monochromatic Colors of #e09182

#e09182

Complementary Color

#e09182 #82d1e0

#e09182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09182 Color CSS Codes

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

#e09182 Text Font Color

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

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


#e09182 Background Color

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

This div background color is #e09182


#e09182 Border Color

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

This div border color is #e09182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09182


Comments

No comments written yet.

Please login to write comment.