Color Hex Logo

#d16756 Color Hex

#D16756
(209,103,86)
0 Favorites   0 Comments

Color spaces of #d16756

RGB 20910386
HSL0.020.570.58
HSV59°82°
CMYK 0.000.510.59   0.18
XYZ32.824523.927711.6926
Yxy23.92770.47960.3496
Hunter Lab48.915934.177520.0688
CIE-Lab56.015340.386629.1009

#d16756 color RGB value is (209,103,86).

#d16756 hex color red value is 209, green value is 103 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #d16756 hue: 0.02 , saturation: 0.57 and the lightness value of d16756 is 0.58.

The process color (four color CMYK) of #d16756 color hex is 0.00, 0.51, 0.59, 0.18. Web safe color of #d16756 is #cc6666. Color #d16756 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100111 01010110
Octal 321 147 126
Decimal 209 103 86
Hex D1 67 56

RGB Percentages of Color #d16756

%52.51
%25.88
%21.61

CMYK Percentages of Color #d16756

%0
%51
%59
%18

Triadic Colors of #d16756

#d16756 #56d167 #6756d1

Analogous Colors of #d16756

#d16756 #d1a556 #d15683

Monochromatic Colors of #d16756

#d16756

Complementary Color

#d16756 #56c0d1

#d16756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16756 Color CSS Codes

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

#d16756 Text Font Color

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

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


#d16756 Background Color

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

This div background color is #d16756


#d16756 Border Color

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

This div border color is #d16756


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,103,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d16756; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d16756;
  -webkit-box-shadow: 1px 1px 3px 2px #d16756;
  box-shadow:         1px 1px 3px 2px #d16756; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,103,86, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16756


Comments

No comments written yet.

Please login to write comment.