Color Hex Logo

#e1966f Color Hex

#E1966F
(225,150,111)
0 Favorites   0 Comments

Color spaces of #e1966f

RGB 225150111
HSL0.060.660.66
HSV21°51°88°
CMYK 0.000.330.51   0.12
XYZ44.826938.967920.1979
Yxy38.96790.43110.3747
Hunter Lab62.424318.938524.5132
CIE-Lab68.728023.990632.0196

#e1966f color RGB value is (225,150,111).

#e1966f hex color red value is 225, green value is 150 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #e1966f hue: 0.06 , saturation: 0.66 and the lightness value of e1966f is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010110 01101111
Octal 341 226 157
Decimal 225 150 111
Hex E1 96 6F

RGB Percentages of Color #e1966f

%46.30
%30.86
%22.84

CMYK Percentages of Color #e1966f

%0
%33
%51
%12

Triadic Colors of #e1966f

#e1966f #6fe196 #966fe1

Analogous Colors of #e1966f

#e1966f #e1cf6f #e16f81

Monochromatic Colors of #e1966f

#e1966f

Complementary Color

#e1966f #6fbae1

#e1966f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1966f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1966f Color CSS Codes

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

#e1966f Text Font Color

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

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


#e1966f Background Color

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

This div background color is #e1966f


#e1966f Border Color

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

This div border color is #e1966f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1966f


Comments

No comments written yet.

Please login to write comment.