Color Hex Logo

#e19964 Color Hex

#E19964
(225,153,100)
0 Favorites   0 Comments

Color spaces of #e19964

RGB 225153100
HSL0.070.680.64
HSV25°56°88°
CMYK 0.000.320.56   0.12
XYZ44.742839.710117.3632
Yxy39.71010.43940.3900
Hunter Lab63.016016.461327.7746
CIE-Lab69.262521.443038.5485

#e19964 color RGB value is (225,153,100).

#e19964 hex color red value is 225, green value is 153 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #e19964 hue: 0.07 , saturation: 0.68 and the lightness value of e19964 is 0.64.

The process color (four color CMYK) of #e19964 color hex is 0.00, 0.32, 0.56, 0.12. Web safe color of #e19964 is #cc9966. Color #e19964 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011001 01100100
Octal 341 231 144
Decimal 225 153 100
Hex E1 99 64

RGB Percentages of Color #e19964

%47.07
%32.01
%20.92

CMYK Percentages of Color #e19964

%0
%32
%56
%12

Triadic Colors of #e19964

#e19964 #64e199 #9964e1

Analogous Colors of #e19964

#e19964 #e1d864 #e1646e

Monochromatic Colors of #e19964

#e19964

Complementary Color

#e19964 #64ace1

#e19964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19964 Color CSS Codes

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

#e19964 Text Font Color

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

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


#e19964 Background Color

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

This div background color is #e19964


#e19964 Border Color

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

This div border color is #e19964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19964


Comments

No comments written yet.

Please login to write comment.