Color Hex Logo

#df5dae Color Hex

#DF5DAE
(223,93,174)
0 Favorites   0 Comments

Color spaces of #df5dae

RGB 22393174
HSL0.900.670.62
HSV323°58°87°
CMYK 0.000.580.22   0.13
XYZ41.985826.572742.9605
Yxy26.57270.37650.2383
Hunter Lab51.548755.1758-13.3280
CIE-Lab58.576759.3438-18.1092

#df5dae color RGB value is (223,93,174).

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

The process color (four color CMYK) of #df5dae color hex is 0.00, 0.58, 0.22, 0.13. Web safe color of #df5dae is #cc6699. Color #df5dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011101 10101110
Octal 337 135 256
Decimal 223 93 174
Hex DF 5D AE

RGB Percentages of Color #df5dae

%45.51
%18.98
%35.51

CMYK Percentages of Color #df5dae

%0
%58
%22
%13

Triadic Colors of #df5dae

#df5dae #aedf5d #5daedf

Analogous Colors of #df5dae

#df5dae #df5d6d #cf5ddf

Monochromatic Colors of #df5dae

#df5dae

Complementary Color

#df5dae #5ddf8e

#df5dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5dae Color CSS Codes

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

#df5dae Text Font Color

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

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


#df5dae Background Color

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

This div background color is #df5dae


#df5dae Border Color

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

This div border color is #df5dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5dae


Comments

No comments written yet.

Please login to write comment.