Color Hex Logo

#d6916e Color Hex

#D6916E
(214,145,110)
0 Favorites   0 Comments

Color spaces of #d6916e

RGB 214145110
HSL0.060.560.64
HSV20°49°84°
CMYK 0.000.320.49   0.16
XYZ40.671435.672719.4938
Yxy35.67270.42440.3722
Hunter Lab59.726617.029622.4573
CIE-Lab66.269122.171129.1212

#d6916e color RGB value is (214,145,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010001 01101110
Octal 326 221 156
Decimal 214 145 110
Hex D6 91 6E

RGB Percentages of Color #d6916e

%45.63
%30.92
%23.45

CMYK Percentages of Color #d6916e

%0
%32
%49
%16

Triadic Colors of #d6916e

#d6916e #6ed691 #916ed6

Analogous Colors of #d6916e

#d6916e #d6c56e #d66e7f

Monochromatic Colors of #d6916e

#d6916e

Complementary Color

#d6916e #6eb3d6

#d6916e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6916e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6916e Color CSS Codes

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

#d6916e Text Font Color

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

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


#d6916e Background Color

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

This div background color is #d6916e


#d6916e Border Color

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

This div border color is #d6916e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6916e


Comments

No comments written yet.

Please login to write comment.