Color Hex Logo

#e7966f Color Hex

#E7966F
(231,150,111)
0 Favorites   0 Comments

Color spaces of #e7966f

RGB 231150111
HSL0.050.710.67
HSV20°52°91°
CMYK 0.000.350.52   0.09
XYZ46.730639.949320.2869
Yxy39.94930.43690.3735
Hunter Lab63.205521.363425.2137
CIE-Lab69.433426.383433.0685

#e7966f color RGB value is (231,150,111).

#e7966f hex color red value is 231, green value is 150 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #e7966f hue: 0.05 , saturation: 0.71 and the lightness value of e7966f is 0.67.

The process color (four color CMYK) of #e7966f color hex is 0.00, 0.35, 0.52, 0.09. Web safe color of #e7966f is #ff9966. Color #e7966f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010110 01101111
Octal 347 226 157
Decimal 231 150 111
Hex E7 96 6F

RGB Percentages of Color #e7966f

%46.95
%30.49
%22.56

CMYK Percentages of Color #e7966f

%0
%35
%52
%9

Triadic Colors of #e7966f

#e7966f #6fe796 #966fe7

Analogous Colors of #e7966f

#e7966f #e7d26f #e76f84

Monochromatic Colors of #e7966f

#e7966f

Complementary Color

#e7966f #6fc0e7

#e7966f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7966f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7966f Color CSS Codes

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

#e7966f Text Font Color

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

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


#e7966f Background Color

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

This div background color is #e7966f


#e7966f Border Color

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

This div border color is #e7966f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7966f


Comments

No comments written yet.

Please login to write comment.