Color Hex Logo

#df6dac Color Hex

#DF6DAC
(223,109,172)
0 Favorites   0 Comments

Color spaces of #df6dac

RGB 223109172
HSL0.910.640.65
HSV327°51°87°
CMYK 0.000.510.23   0.13
XYZ43.346529.603842.4592
Yxy29.60380.37560.2565
Hunter Lab54.409446.9898-8.1813
CIE-Lab61.310951.6287-12.8224

#df6dac color RGB value is (223,109,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101101 10101100
Octal 337 155 254
Decimal 223 109 172
Hex DF 6D AC

RGB Percentages of Color #df6dac

%44.25
%21.63
%34.13

CMYK Percentages of Color #df6dac

%0
%51
%23
%13

Triadic Colors of #df6dac

#df6dac #acdf6d #6dacdf

Analogous Colors of #df6dac

#df6dac #df6d73 #d96ddf

Monochromatic Colors of #df6dac

#df6dac

Complementary Color

#df6dac #6ddfa0

#df6dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6dac Color CSS Codes

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

#df6dac Text Font Color

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

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


#df6dac Background Color

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

This div background color is #df6dac


#df6dac Border Color

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

This div border color is #df6dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6dac


Comments

No comments written yet.

Please login to write comment.