Color Hex Logo

#df6aac Color Hex

#DF6AAC
(223,106,172)
0 Favorites   0 Comments

Color spaces of #df6aac

RGB 223106172
HSL0.910.650.65
HSV326°52°87°
CMYK 0.000.520.23   0.13
XYZ43.031928.974642.3544
Yxy28.97460.37630.2534
Hunter Lab53.828148.4996-8.9725
CIE-Lab60.759253.0731-13.6532

#df6aac color RGB value is (223,106,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101010 10101100
Octal 337 152 254
Decimal 223 106 172
Hex DF 6A AC

RGB Percentages of Color #df6aac

%44.51
%21.16
%34.33

CMYK Percentages of Color #df6aac

%0
%52
%23
%13

Triadic Colors of #df6aac

#df6aac #acdf6a #6aacdf

Analogous Colors of #df6aac

#df6aac #df6a72 #d86adf

Monochromatic Colors of #df6aac

#df6aac

Complementary Color

#df6aac #6adf9d

#df6aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6aac Color CSS Codes

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

#df6aac Text Font Color

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

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


#df6aac Background Color

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

This div background color is #df6aac


#df6aac Border Color

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

This div border color is #df6aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6aac


Comments

No comments written yet.

Please login to write comment.