Color Hex Logo

#d6786d Color Hex

#D6786D
(214,120,109)
0 Favorites   0 Comments

Color spaces of #d6786d

RGB 214120109
HSL0.020.560.63
HSV49°84°
CMYK 0.000.440.49   0.16
XYZ37.208328.833218.0723
Yxy28.83320.44240.3428
Hunter Lab53.696629.720217.6327
CIE-Lab60.634135.446822.2151

#d6786d color RGB value is (214,120,109).

#d6786d hex color red value is 214, green value is 120 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #d6786d hue: 0.02 , saturation: 0.56 and the lightness value of d6786d is 0.63.

The process color (four color CMYK) of #d6786d color hex is 0.00, 0.44, 0.49, 0.16. Web safe color of #d6786d is #cc6666. Color #d6786d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111000 01101101
Octal 326 170 155
Decimal 214 120 109
Hex D6 78 6D

RGB Percentages of Color #d6786d

%48.31
%27.09
%24.60

CMYK Percentages of Color #d6786d

%0
%44
%49
%16

Triadic Colors of #d6786d

#d6786d #6dd678 #786dd6

Analogous Colors of #d6786d

#d6786d #d6ad6d #d66d97

Monochromatic Colors of #d6786d

#d6786d

Complementary Color

#d6786d #6dcbd6

#d6786d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6786d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6786d Color CSS Codes

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

#d6786d Text Font Color

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

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


#d6786d Background Color

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

This div background color is #d6786d


#d6786d Border Color

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

This div border color is #d6786d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6786d


Comments

No comments written yet.

Please login to write comment.