Color Hex Logo

#df76aa Color Hex

#DF76AA
(223,118,170)
0 Favorites   0 Comments

Color spaces of #df76aa

RGB 223118170
HSL0.920.620.67
HSV330°47°87°
CMYK 0.000.470.24   0.13
XYZ44.165631.547141.7916
Yxy31.54710.37590.2685
Hunter Lab56.166842.0679-4.7987
CIE-Lab62.966846.9001-9.1974

#df76aa color RGB value is (223,118,170).

#df76aa hex color red value is 223, green value is 118 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #df76aa hue: 0.92 , saturation: 0.62 and the lightness value of df76aa is 0.67.

The process color (four color CMYK) of #df76aa color hex is 0.00, 0.47, 0.24, 0.13. Web safe color of #df76aa is #cc6699. Color #df76aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110110 10101010
Octal 337 166 252
Decimal 223 118 170
Hex DF 76 AA

RGB Percentages of Color #df76aa

%43.64
%23.09
%33.27

CMYK Percentages of Color #df76aa

%0
%47
%24
%13

Triadic Colors of #df76aa

#df76aa #aadf76 #76aadf

Analogous Colors of #df76aa

#df76aa #df7776 #df76df

Monochromatic Colors of #df76aa

#df76aa

Complementary Color

#df76aa #76dfab

#df76aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df76aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#df76aa Color CSS Codes

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

#df76aa Text Font Color

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

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


#df76aa Background Color

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

This div background color is #df76aa


#df76aa Border Color

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

This div border color is #df76aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,118,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #df76aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df76aa


Comments

No comments written yet.

Please login to write comment.