Color Hex Logo

#df8aae Color Hex

#DF8AAE
(223,138,174)
0 Favorites   0 Comments

Color spaces of #df8aae

RGB 223138174
HSL0.930.570.71
HSV335°38°87°
CMYK 0.000.380.22   0.13
XYZ47.159936.920944.6853
Yxy36.92090.36620.2867
Hunter Lab60.762632.2054-1.0686
CIE-Lab67.217637.1388-5.1485

#df8aae color RGB value is (223,138,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001010 10101110
Octal 337 212 256
Decimal 223 138 174
Hex DF 8A AE

RGB Percentages of Color #df8aae

%41.68
%25.79
%32.52

CMYK Percentages of Color #df8aae

%0
%38
%22
%13

Triadic Colors of #df8aae

#df8aae #aedf8a #8aaedf

Analogous Colors of #df8aae

#df8aae #df918a #df8ad9

Monochromatic Colors of #df8aae

#df8aae

Complementary Color

#df8aae #8adfbb

#df8aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8aae Color CSS Codes

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

#df8aae Text Font Color

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

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


#df8aae Background Color

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

This div background color is #df8aae


#df8aae Border Color

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

This div border color is #df8aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8aae


Comments

No comments written yet.

Please login to write comment.