Color Hex Logo

#df9adb Color Hex

#DF9ADB
(223,154,219)
0 Favorites   0 Comments

Color spaces of #df9adb

RGB 223154219
HSL0.840.520.74
HSV303°31°87°
CMYK 0.000.310.02   0.13
XYZ54.773243.913772.6072
Yxy43.91370.31980.2564
Hunter Lab66.267431.5709-18.5751
CIE-Lab72.170836.0365-22.7124

#df9adb color RGB value is (223,154,219).

#df9adb hex color red value is 223, green value is 154 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #df9adb hue: 0.84 , saturation: 0.52 and the lightness value of df9adb is 0.74.

The process color (four color CMYK) of #df9adb color hex is 0.00, 0.31, 0.02, 0.13. Web safe color of #df9adb is #cc99cc. Color #df9adb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011010 11011011
Octal 337 232 333
Decimal 223 154 219
Hex DF 9A DB

RGB Percentages of Color #df9adb

%37.42
%25.84
%36.74

CMYK Percentages of Color #df9adb

%0
%31
%2
%13

Triadic Colors of #df9adb

#df9adb #dbdf9a #9adbdf

Analogous Colors of #df9adb

#df9adb #df9ab9 #c19adf

Monochromatic Colors of #df9adb

#df9adb

Complementary Color

#df9adb #9adf9e

#df9adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9adb Color CSS Codes

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

#df9adb Text Font Color

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

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


#df9adb Background Color

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

This div background color is #df9adb


#df9adb Border Color

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

This div border color is #df9adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9adb


Comments

No comments written yet.

Please login to write comment.