Color Hex Logo

#e39070 Color Hex

#E39070
(227,144,112)
0 Favorites   0 Comments

Color spaces of #e39070

RGB 227144112
HSL0.050.670.66
HSV17°51°89°
CMYK 0.000.370.51   0.11
XYZ44.576437.447320.2078
Yxy37.44730.43600.3663
Hunter Lab61.194222.937023.2570
CIE-Lab67.611328.077830.0756

#e39070 color RGB value is (227,144,112).

#e39070 hex color red value is 227, green value is 144 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #e39070 hue: 0.05 , saturation: 0.67 and the lightness value of e39070 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010000 01110000
Octal 343 220 160
Decimal 227 144 112
Hex E3 90 70

RGB Percentages of Color #e39070

%47.00
%29.81
%23.19

CMYK Percentages of Color #e39070

%0
%37
%51
%11

Triadic Colors of #e39070

#e39070 #70e390 #9070e3

Analogous Colors of #e39070

#e39070 #e3ca70 #e3708a

Monochromatic Colors of #e39070

#e39070

Complementary Color

#e39070 #70c3e3

#e39070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39070 Color CSS Codes

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

#e39070 Text Font Color

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

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


#e39070 Background Color

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

This div background color is #e39070


#e39070 Border Color

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

This div border color is #e39070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39070


Comments

No comments written yet.

Please login to write comment.