Color Hex Logo

#e39064 Color Hex

#E39064
(227,144,100)
0 Favorites   0 Comments

Color spaces of #e39064

RGB 227144100
HSL0.060.690.64
HSV21°56°89°
CMYK 0.000.370.56   0.11
XYZ43.952137.197516.9199
Yxy37.19750.44820.3793
Hunter Lab60.989821.903526.2445
CIE-Lab67.424927.058936.3112

#e39064 color RGB value is (227,144,100).

#e39064 hex color red value is 227, green value is 144 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #e39064 hue: 0.06 , saturation: 0.69 and the lightness value of e39064 is 0.64.

The process color (four color CMYK) of #e39064 color hex is 0.00, 0.37, 0.56, 0.11. Web safe color of #e39064 is #cc9966. Color #e39064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010000 01100100
Octal 343 220 144
Decimal 227 144 100
Hex E3 90 64

RGB Percentages of Color #e39064

%48.20
%30.57
%21.23

CMYK Percentages of Color #e39064

%0
%37
%56
%11

Triadic Colors of #e39064

#e39064 #64e390 #9064e3

Analogous Colors of #e39064

#e39064 #e3d064 #e36478

Monochromatic Colors of #e39064

#e39064

Complementary Color

#e39064 #64b7e3

#e39064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39064 Color CSS Codes

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

#e39064 Text Font Color

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

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


#e39064 Background Color

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

This div background color is #e39064


#e39064 Border Color

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

This div border color is #e39064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39064


Comments

No comments written yet.

Please login to write comment.