Color Hex Logo

#df856c Color Hex

#DF856C
(223,133,108)
0 Favorites   0 Comments

Color spaces of #df856c

RGB 223133108
HSL0.040.640.65
HSV13°52°87°
CMYK 0.000.400.52   0.13
XYZ41.525733.545718.4737
Yxy33.54570.44390.3586
Hunter Lab57.918626.620821.6319
CIE-Lab64.600431.983728.2457

#df856c color RGB value is (223,133,108).

#df856c hex color red value is 223, green value is 133 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #df856c hue: 0.04 , saturation: 0.64 and the lightness value of df856c is 0.65.

The process color (four color CMYK) of #df856c color hex is 0.00, 0.40, 0.52, 0.13. Web safe color of #df856c is #cc9966. Color #df856c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000101 01101100
Octal 337 205 154
Decimal 223 133 108
Hex DF 85 6C

RGB Percentages of Color #df856c

%48.06
%28.66
%23.28

CMYK Percentages of Color #df856c

%0
%40
%52
%13

Triadic Colors of #df856c

#df856c #6cdf85 #856cdf

Analogous Colors of #df856c

#df856c #dfbf6c #df6c8d

Monochromatic Colors of #df856c

#df856c

Complementary Color

#df856c #6cc6df

#df856c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df856c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df856c Color CSS Codes

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

#df856c Text Font Color

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

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


#df856c Background Color

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

This div background color is #df856c


#df856c Border Color

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

This div border color is #df856c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,133,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df856c


Comments

No comments written yet.

Please login to write comment.