Color Hex Logo

#df81aa Color Hex

#DF81AA
(223,129,170)
0 Favorites   0 Comments

Color spaces of #df81aa

RGB 223129170
HSL0.930.590.69
HSV334°42°87°
CMYK 0.000.420.24   0.13
XYZ45.537434.290842.2489
Yxy34.29080.37300.2809
Hunter Lab58.558336.3319-1.7859
CIE-Lab65.192741.2743-5.8878

#df81aa color RGB value is (223,129,170).

#df81aa hex color red value is 223, green value is 129 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #df81aa hue: 0.93 , saturation: 0.59 and the lightness value of df81aa is 0.69.

The process color (four color CMYK) of #df81aa color hex is 0.00, 0.42, 0.24, 0.13. Web safe color of #df81aa is #cc9999. Color #df81aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000001 10101010
Octal 337 201 252
Decimal 223 129 170
Hex DF 81 AA

RGB Percentages of Color #df81aa

%42.72
%24.71
%32.57

CMYK Percentages of Color #df81aa

%0
%42
%24
%13

Triadic Colors of #df81aa

#df81aa #aadf81 #81aadf

Analogous Colors of #df81aa

#df81aa #df8781 #df81d9

Monochromatic Colors of #df81aa

#df81aa

Complementary Color

#df81aa #81dfb6

#df81aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df81aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#df81aa Color CSS Codes

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

#df81aa Text Font Color

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

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


#df81aa Background Color

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

This div background color is #df81aa


#df81aa Border Color

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

This div border color is #df81aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df81aa


Comments

No comments written yet.

Please login to write comment.