Color Hex Logo

#d7916e Color Hex

#D7916E
(215,145,110)
0 Favorites   0 Comments

Color spaces of #d7916e

RGB 215145110
HSL0.060.570.64
HSV20°49°84°
CMYK 0.000.330.49   0.16
XYZ40.964235.823719.5075
Yxy35.82370.42540.3720
Hunter Lab59.852917.425422.5730
CIE-Lab66.385022.573429.2947

#d7916e color RGB value is (215,145,110).

#d7916e hex color red value is 215, green value is 145 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #d7916e hue: 0.06 , saturation: 0.57 and the lightness value of d7916e is 0.64.

The process color (four color CMYK) of #d7916e color hex is 0.00, 0.33, 0.49, 0.16. Web safe color of #d7916e is #cc9966. Color #d7916e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010001 01101110
Octal 327 221 156
Decimal 215 145 110
Hex D7 91 6E

RGB Percentages of Color #d7916e

%45.74
%30.85
%23.40

CMYK Percentages of Color #d7916e

%0
%33
%49
%16

Triadic Colors of #d7916e

#d7916e #6ed791 #916ed7

Analogous Colors of #d7916e

#d7916e #d7c66e #d76e80

Monochromatic Colors of #d7916e

#d7916e

Complementary Color

#d7916e #6eb4d7

#d7916e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7916e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7916e Color CSS Codes

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

#d7916e Text Font Color

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

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


#d7916e Background Color

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

This div background color is #d7916e


#d7916e Border Color

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

This div border color is #d7916e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,145,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d7916e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d7916e;
  -webkit-box-shadow: 1px 1px 3px 2px #d7916e;
  box-shadow:         1px 1px 3px 2px #d7916e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,145,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7916e


Comments

No comments written yet.

Please login to write comment.