Color Hex Logo

#df85ac Color Hex

#DF85AC
(223,133,172)
0 Favorites   0 Comments

Color spaces of #df85ac

RGB 223133172
HSL0.930.580.70
HSV334°40°87°
CMYK 0.000.400.23   0.13
XYZ46.265335.441643.4322
Yxy35.44160.36970.2832
Hunter Lab59.532834.5368-1.5820
CIE-Lab66.091039.4760-5.6884

#df85ac color RGB value is (223,133,172).

#df85ac hex color red value is 223, green value is 133 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #df85ac hue: 0.93 , saturation: 0.58 and the lightness value of df85ac is 0.70.

The process color (four color CMYK) of #df85ac color hex is 0.00, 0.40, 0.23, 0.13. Web safe color of #df85ac is #cc9999. Color #df85ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000101 10101100
Octal 337 205 254
Decimal 223 133 172
Hex DF 85 AC

RGB Percentages of Color #df85ac

%42.23
%25.19
%32.58

CMYK Percentages of Color #df85ac

%0
%40
%23
%13

Triadic Colors of #df85ac

#df85ac #acdf85 #85acdf

Analogous Colors of #df85ac

#df85ac #df8b85 #df85d9

Monochromatic Colors of #df85ac

#df85ac

Complementary Color

#df85ac #85dfb8

#df85ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df85ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#df85ac Color CSS Codes

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

#df85ac Text Font Color

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

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


#df85ac Background Color

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

This div background color is #df85ac


#df85ac Border Color

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

This div border color is #df85ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df85ac


Comments

No comments written yet.

Please login to write comment.