Color Hex Logo

#df71ac Color Hex

#DF71AC
(223,113,172)
0 Favorites   0 Comments

Color spaces of #df71ac

RGB 223113172
HSL0.910.630.66
HSV328°49°87°
CMYK 0.000.490.23   0.13
XYZ43.782930.476842.6047
Yxy30.47680.37460.2608
Hunter Lab55.205844.9556-7.1126
CIE-Lab62.063549.6720-11.6915

#df71ac color RGB value is (223,113,172).

#df71ac hex color red value is 223, green value is 113 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #df71ac hue: 0.91 , saturation: 0.63 and the lightness value of df71ac is 0.66.

The process color (four color CMYK) of #df71ac color hex is 0.00, 0.49, 0.23, 0.13. Web safe color of #df71ac is #cc6699. Color #df71ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110001 10101100
Octal 337 161 254
Decimal 223 113 172
Hex DF 71 AC

RGB Percentages of Color #df71ac

%43.90
%22.24
%33.86

CMYK Percentages of Color #df71ac

%0
%49
%23
%13

Triadic Colors of #df71ac

#df71ac #acdf71 #71acdf

Analogous Colors of #df71ac

#df71ac #df7175 #db71df

Monochromatic Colors of #df71ac

#df71ac

Complementary Color

#df71ac #71dfa4

#df71ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df71ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#df71ac Color CSS Codes

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

#df71ac Text Font Color

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

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


#df71ac Background Color

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

This div background color is #df71ac


#df71ac Border Color

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

This div border color is #df71ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df71ac


Comments

No comments written yet.

Please login to write comment.