Color Hex Logo

#e3956a Color Hex

#E3956A
(227,149,106)
0 Favorites   0 Comments

Color spaces of #e3956a

RGB 227149106
HSL0.060.680.65
HSV21°53°89°
CMYK 0.000.340.53   0.11
XYZ45.027538.866418.7644
Yxy38.86640.43860.3786
Hunter Lab62.342919.822425.7945
CIE-Lab68.654424.887734.6576

#e3956a color RGB value is (227,149,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010101 01101010
Octal 343 225 152
Decimal 227 149 106
Hex E3 95 6A

RGB Percentages of Color #e3956a

%47.10
%30.91
%21.99

CMYK Percentages of Color #e3956a

%0
%34
%53
%11

Triadic Colors of #e3956a

#e3956a #6ae395 #956ae3

Analogous Colors of #e3956a

#e3956a #e3d26a #e36a7c

Monochromatic Colors of #e3956a

#e3956a

Complementary Color

#e3956a #6ab8e3

#e3956a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3956a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3956a Color CSS Codes

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

#e3956a Text Font Color

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

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


#e3956a Background Color

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

This div background color is #e3956a


#e3956a Border Color

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

This div border color is #e3956a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3956a


Comments

No comments written yet.

Please login to write comment.