Color Hex Logo

#df806f Color Hex

#DF806F
(223,128,111)
0 Favorites   0 Comments

Color spaces of #df806f

RGB 223128111
HSL0.030.640.65
HSV50°87°
CMYK 0.000.430.50   0.13
XYZ41.019832.274019.1065
Yxy32.27400.44390.3493
Hunter Lab56.810229.468019.8266
CIE-Lab63.568734.883525.2169

#df806f color RGB value is (223,128,111).

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

The process color (four color CMYK) of #df806f color hex is 0.00, 0.43, 0.50, 0.13. Web safe color of #df806f is #cc9966. Color #df806f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000000 01101111
Octal 337 200 157
Decimal 223 128 111
Hex DF 80 6F

RGB Percentages of Color #df806f

%48.27
%27.71
%24.03

CMYK Percentages of Color #df806f

%0
%43
%50
%13

Triadic Colors of #df806f

#df806f #6fdf80 #806fdf

Analogous Colors of #df806f

#df806f #dfb86f #df6f96

Monochromatic Colors of #df806f

#df806f

Complementary Color

#df806f #6fcedf

#df806f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df806f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df806f Color CSS Codes

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

#df806f Text Font Color

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

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


#df806f Background Color

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

This div background color is #df806f


#df806f Border Color

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

This div border color is #df806f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df806f


Comments

No comments written yet.

Please login to write comment.