Color Hex Logo

#d36c6f Color Hex

#D36C6F
(211,108,111)
0 Favorites   0 Comments

Color spaces of #d36c6f

RGB 211108111
HSL1.000.540.63
HSV358°49°83°
CMYK 0.000.490.47   0.17
XYZ35.095825.721718.1540
Yxy25.72170.44440.3257
Hunter Lab50.716634.767814.2787
CIE-Lab57.771940.726517.1149

#d36c6f color RGB value is (211,108,111).

#d36c6f hex color red value is 211, green value is 108 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #d36c6f hue: 1.00 , saturation: 0.54 and the lightness value of d36c6f is 0.63.

The process color (four color CMYK) of #d36c6f color hex is 0.00, 0.49, 0.47, 0.17. Web safe color of #d36c6f is #cc6666. Color #d36c6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101100 01101111
Octal 323 154 157
Decimal 211 108 111
Hex D3 6C 6F

RGB Percentages of Color #d36c6f

%49.07
%25.12
%25.81

CMYK Percentages of Color #d36c6f

%0
%49
%47
%17

Triadic Colors of #d36c6f

#d36c6f #6fd36c #6c6fd3

Analogous Colors of #d36c6f

#d36c6f #d39d6c #d36ca3

Monochromatic Colors of #d36c6f

#d36c6f

Complementary Color

#d36c6f #6cd3d0

#d36c6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d36c6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d36c6f Color CSS Codes

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

#d36c6f Text Font Color

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

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


#d36c6f Background Color

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

This div background color is #d36c6f


#d36c6f Border Color

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

This div border color is #d36c6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d36c6f


Comments

No comments written yet.

Please login to write comment.