Color Hex Logo

#e0946e Color Hex

#E0946E
(224,148,110)
0 Favorites   0 Comments

Color spaces of #e0946e

RGB 224148110
HSL0.060.650.65
HSV20°51°88°
CMYK 0.000.340.51   0.12
XYZ44.144838.152919.7894
Yxy38.15290.43240.3737
Hunter Lab61.768019.477524.2421
CIE-Lab68.133224.570531.7682

#e0946e color RGB value is (224,148,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010100 01101110
Octal 340 224 156
Decimal 224 148 110
Hex E0 94 6E

RGB Percentages of Color #e0946e

%46.47
%30.71
%22.82

CMYK Percentages of Color #e0946e

%0
%34
%51
%12

Triadic Colors of #e0946e

#e0946e #6ee094 #946ee0

Analogous Colors of #e0946e

#e0946e #e0cd6e #e06e81

Monochromatic Colors of #e0946e

#e0946e

Complementary Color

#e0946e #6ebae0

#e0946e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0946e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0946e Color CSS Codes

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

#e0946e Text Font Color

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

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


#e0946e Background Color

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

This div background color is #e0946e


#e0946e Border Color

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

This div border color is #e0946e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0946e


Comments

No comments written yet.

Please login to write comment.