Color Hex Logo

#df886f Color Hex

#DF886F
(223,136,111)
0 Favorites   0 Comments

Color spaces of #df886f

RGB 223136111
HSL0.040.640.65
HSV13°50°87°
CMYK 0.000.390.50   0.13
XYZ42.104834.444019.4681
Yxy34.44400.43850.3587
Hunter Lab58.689025.354121.4148
CIE-Lab65.313530.665427.5232

#df886f color RGB value is (223,136,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001000 01101111
Octal 337 210 157
Decimal 223 136 111
Hex DF 88 6F

RGB Percentages of Color #df886f

%47.45
%28.94
%23.62

CMYK Percentages of Color #df886f

%0
%39
%50
%13

Triadic Colors of #df886f

#df886f #6fdf88 #886fdf

Analogous Colors of #df886f

#df886f #dfc06f #df6f8e

Monochromatic Colors of #df886f

#df886f

Complementary Color

#df886f #6fc6df

#df886f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df886f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df886f Color CSS Codes

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

#df886f Text Font Color

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

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


#df886f Background Color

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

This div background color is #df886f


#df886f Border Color

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

This div border color is #df886f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df886f


Comments

No comments written yet.

Please login to write comment.