Color Hex Logo

#df73ac Color Hex

#DF73AC
(223,115,172)
0 Favorites   0 Comments

Color spaces of #df73ac

RGB 223115172
HSL0.910.630.66
HSV328°48°87°
CMYK 0.000.480.23   0.13
XYZ44.008630.928042.6799
Yxy30.92800.37420.2630
Hunter Lab55.612943.9310-6.5728
CIE-Lab62.446848.6820-11.1166

#df73ac color RGB value is (223,115,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110011 10101100
Octal 337 163 254
Decimal 223 115 172
Hex DF 73 AC

RGB Percentages of Color #df73ac

%43.73
%22.55
%33.73

CMYK Percentages of Color #df73ac

%0
%48
%23
%13

Triadic Colors of #df73ac

#df73ac #acdf73 #73acdf

Analogous Colors of #df73ac

#df73ac #df7376 #dc73df

Monochromatic Colors of #df73ac

#df73ac

Complementary Color

#df73ac #73dfa6

#df73ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df73ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#df73ac Color CSS Codes

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

#df73ac Text Font Color

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

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


#df73ac Background Color

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

This div background color is #df73ac


#df73ac Border Color

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

This div border color is #df73ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df73ac


Comments

No comments written yet.

Please login to write comment.