Color Hex Logo

#df8aaa Color Hex

#DF8AAA
(223,138,170)
0 Favorites   0 Comments

Color spaces of #df8aaa

RGB 223138170
HSL0.940.570.71
HSV337°38°87°
CMYK 0.000.380.24   0.13
XYZ46.775636.767242.6616
Yxy36.76720.37060.2913
Hunter Lab60.636031.58500.7306
CIE-Lab67.102036.5591-3.0694

#df8aaa color RGB value is (223,138,170).

#df8aaa hex color red value is 223, green value is 138 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #df8aaa hue: 0.94 , saturation: 0.57 and the lightness value of df8aaa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001010 10101010
Octal 337 212 252
Decimal 223 138 170
Hex DF 8A AA

RGB Percentages of Color #df8aaa

%42.00
%25.99
%32.02

CMYK Percentages of Color #df8aaa

%0
%38
%24
%13

Triadic Colors of #df8aaa

#df8aaa #aadf8a #8aaadf

Analogous Colors of #df8aaa

#df8aaa #df958a #df8ad5

Monochromatic Colors of #df8aaa

#df8aaa

Complementary Color

#df8aaa #8adfbf

#df8aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8aaa Color CSS Codes

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

#df8aaa Text Font Color

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

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


#df8aaa Background Color

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

This div background color is #df8aaa


#df8aaa Border Color

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

This div border color is #df8aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8aaa


Comments

No comments written yet.

Please login to write comment.