Color Hex Logo

#d6706a Color Hex

#D6706A
(214,112,106)
0 Favorites   0 Comments

Color spaces of #d6706a

RGB 214112106
HSL0.010.570.63
HSV50°84°
CMYK 0.000.480.50   0.16
XYZ36.127226.925116.9286
Yxy26.92510.45170.3366
Hunter Lab51.889433.471416.9796
CIE-Lab58.904939.322921.6031

#d6706a color RGB value is (214,112,106).

#d6706a hex color red value is 214, green value is 112 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #d6706a hue: 0.01 , saturation: 0.57 and the lightness value of d6706a is 0.63.

The process color (four color CMYK) of #d6706a color hex is 0.00, 0.48, 0.50, 0.16. Web safe color of #d6706a is #cc6666. Color #d6706a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110000 01101010
Octal 326 160 152
Decimal 214 112 106
Hex D6 70 6A

RGB Percentages of Color #d6706a

%49.54
%25.93
%24.54

CMYK Percentages of Color #d6706a

%0
%48
%50
%16

Triadic Colors of #d6706a

#d6706a #6ad670 #706ad6

Analogous Colors of #d6706a

#d6706a #d6a66a #d66a9a

Monochromatic Colors of #d6706a

#d6706a

Complementary Color

#d6706a #6ad0d6

#d6706a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6706a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6706a Color CSS Codes

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

#d6706a Text Font Color

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

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


#d6706a Background Color

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

This div background color is #d6706a


#d6706a Border Color

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

This div border color is #d6706a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,112,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6706a


Comments

No comments written yet.

Please login to write comment.