Color Hex Logo

#df80ac Color Hex

#DF80AC
(223,128,172)
0 Favorites   0 Comments

Color spaces of #df80ac

RGB 223128172
HSL0.920.600.69
HSV332°43°87°
CMYK 0.000.430.23   0.13
XYZ45.597034.104943.2094
Yxy34.10490.37100.2775
Hunter Lab58.399437.1700-2.9888
CIE-Lab65.045842.0785-7.2384

#df80ac color RGB value is (223,128,172).

#df80ac hex color red value is 223, green value is 128 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #df80ac hue: 0.92 , saturation: 0.60 and the lightness value of df80ac is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000000 10101100
Octal 337 200 254
Decimal 223 128 172
Hex DF 80 AC

RGB Percentages of Color #df80ac

%42.64
%24.47
%32.89

CMYK Percentages of Color #df80ac

%0
%43
%23
%13

Triadic Colors of #df80ac

#df80ac #acdf80 #80acdf

Analogous Colors of #df80ac

#df80ac #df8480 #df80dc

Monochromatic Colors of #df80ac

#df80ac

Complementary Color

#df80ac #80dfb3

#df80ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df80ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#df80ac Color CSS Codes

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

#df80ac Text Font Color

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

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


#df80ac Background Color

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

This div background color is #df80ac


#df80ac Border Color

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

This div border color is #df80ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df80ac


Comments

No comments written yet.

Please login to write comment.