Color Hex Logo

#e3a06b Color Hex

#E3A06B
(227,160,107)
0 Favorites   0 Comments

Color spaces of #e3a06b

RGB 227160107
HSL0.070.680.65
HSV27°53°89°
CMYK 0.000.300.53   0.11
XYZ46.903242.534019.6477
Yxy42.53400.43000.3899
Hunter Lab65.218114.241027.7909
CIE-Lab71.237519.092237.3917

#e3a06b color RGB value is (227,160,107).

#e3a06b hex color red value is 227, green value is 160 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #e3a06b hue: 0.07 , saturation: 0.68 and the lightness value of e3a06b is 0.65.

The process color (four color CMYK) of #e3a06b color hex is 0.00, 0.30, 0.53, 0.11. Web safe color of #e3a06b is #cc9966. Color #e3a06b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10100000 01101011
Octal 343 240 153
Decimal 227 160 107
Hex E3 A0 6B

RGB Percentages of Color #e3a06b

%45.95
%32.39
%21.66

CMYK Percentages of Color #e3a06b

%0
%30
%53
%11

Triadic Colors of #e3a06b

#e3a06b #6be3a0 #a06be3

Analogous Colors of #e3a06b

#e3a06b #e3dc6b #e36b72

Monochromatic Colors of #e3a06b

#e3a06b

Complementary Color

#e3a06b #6baee3

#e3a06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3a06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3a06b Color CSS Codes

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

#e3a06b Text Font Color

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

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


#e3a06b Background Color

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

This div background color is #e3a06b


#e3a06b Border Color

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

This div border color is #e3a06b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,160,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e3a06b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e3a06b;
  -webkit-box-shadow: 1px 1px 3px 2px #e3a06b;
  box-shadow:         1px 1px 3px 2px #e3a06b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3a06b


Comments

No comments written yet.

Please login to write comment.