Color Hex Logo

#e08b6e Color Hex

#E08B6E
(224,139,110)
0 Favorites   0 Comments

Color spaces of #e08b6e

RGB 224139110
HSL0.040.650.65
HSV15°51°88°
CMYK 0.000.380.51   0.12
XYZ42.787635.438319.3370
Yxy35.43830.43860.3632
Hunter Lab59.530124.120322.4120
CIE-Lab66.088529.374129.1129

#e08b6e color RGB value is (224,139,110).

#e08b6e hex color red value is 224, green value is 139 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #e08b6e hue: 0.04 , saturation: 0.65 and the lightness value of e08b6e is 0.65.

The process color (four color CMYK) of #e08b6e color hex is 0.00, 0.38, 0.51, 0.12. Web safe color of #e08b6e is #cc9966. Color #e08b6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001011 01101110
Octal 340 213 156
Decimal 224 139 110
Hex E0 8B 6E

RGB Percentages of Color #e08b6e

%47.36
%29.39
%23.26

CMYK Percentages of Color #e08b6e

%0
%38
%51
%12

Triadic Colors of #e08b6e

#e08b6e #6ee08b #8b6ee0

Analogous Colors of #e08b6e

#e08b6e #e0c46e #e06e8a

Monochromatic Colors of #e08b6e

#e08b6e

Complementary Color

#e08b6e #6ec3e0

#e08b6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08b6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08b6e Color CSS Codes

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

#e08b6e Text Font Color

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

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


#e08b6e Background Color

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

This div background color is #e08b6e


#e08b6e Border Color

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

This div border color is #e08b6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08b6e


Comments

No comments written yet.

Please login to write comment.