Color Hex Logo

#df8dae Color Hex

#DF8DAE
(223,141,174)
0 Favorites   0 Comments

Color spaces of #df8dae

RGB 223141174
HSL0.930.560.71
HSV336°37°87°
CMYK 0.000.370.22   0.13
XYZ47.596337.793744.8307
Yxy37.79370.36550.2902
Hunter Lab61.476630.6140-0.2026
CIE-Lab67.868335.5515-4.1877

#df8dae color RGB value is (223,141,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001101 10101110
Octal 337 215 256
Decimal 223 141 174
Hex DF 8D AE

RGB Percentages of Color #df8dae

%41.45
%26.21
%32.34

CMYK Percentages of Color #df8dae

%0
%37
%22
%13

Triadic Colors of #df8dae

#df8dae #aedf8d #8daedf

Analogous Colors of #df8dae

#df8dae #df958d #df8dd7

Monochromatic Colors of #df8dae

#df8dae

Complementary Color

#df8dae #8ddfbe

#df8dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8dae Color CSS Codes

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

#df8dae Text Font Color

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

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


#df8dae Background Color

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

This div background color is #df8dae


#df8dae Border Color

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

This div border color is #df8dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8dae


Comments

No comments written yet.

Please login to write comment.