Color Hex Logo

#e49663 Color Hex

#E49663
(228,150,99)
0 Favorites   0 Comments

Color spaces of #e49663

RGB 22815099
HSL0.070.700.64
HSV24°57°89°
CMYK 0.000.340.57   0.11
XYZ45.153439.207516.9923
Yxy39.20750.44550.3868
Hunter Lab62.615919.141627.7414
CIE-Lab68.901324.186338.7035

#e49663 color RGB value is (228,150,99).

#e49663 hex color red value is 228, green value is 150 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #e49663 hue: 0.07 , saturation: 0.70 and the lightness value of e49663 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010110 01100011
Octal 344 226 143
Decimal 228 150 99
Hex E4 96 63

RGB Percentages of Color #e49663

%47.80
%31.45
%20.75

CMYK Percentages of Color #e49663

%0
%34
%57
%11

Triadic Colors of #e49663

#e49663 #63e496 #9663e4

Analogous Colors of #e49663

#e49663 #e4d763 #e46371

Monochromatic Colors of #e49663

#e49663

Complementary Color

#e49663 #63b1e4

#e49663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49663 Color CSS Codes

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

#e49663 Text Font Color

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

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


#e49663 Background Color

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

This div background color is #e49663


#e49663 Border Color

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

This div border color is #e49663


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,150,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e49663; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e49663;
  -webkit-box-shadow: 1px 1px 3px 2px #e49663;
  box-shadow:         1px 1px 3px 2px #e49663; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,150,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49663


Comments

No comments written yet.

Please login to write comment.