Color Hex Logo

#da9fdb Color Hex

#DA9FDB
(218,159,219)
0 Favorites   0 Comments

Color spaces of #da9fdb

RGB 218159219
HSL0.830.450.74
HSV299°27°86°
CMYK 0.000.270.00   0.14
XYZ54.097844.816272.8170
Yxy44.81620.31500.2610
Hunter Lab66.944927.0913-17.6292
CIE-Lab72.770731.7333-21.8462

#da9fdb color RGB value is (218,159,219).

#da9fdb hex color red value is 218, green value is 159 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #da9fdb hue: 0.83 , saturation: 0.45 and the lightness value of da9fdb is 0.74.

The process color (four color CMYK) of #da9fdb color hex is 0.00, 0.27, 0.00, 0.14. Web safe color of #da9fdb is #cc99cc. Color #da9fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011111 11011011
Octal 332 237 333
Decimal 218 159 219
Hex DA 9F DB

RGB Percentages of Color #da9fdb

%36.58
%26.68
%36.74

CMYK Percentages of Color #da9fdb

%0
%27
%0
%14

Triadic Colors of #da9fdb

#da9fdb #dbda9f #9fdbda

Analogous Colors of #da9fdb

#da9fdb #db9fbe #bc9fdb

Monochromatic Colors of #da9fdb

#da9fdb

Complementary Color

#da9fdb #a0db9f

#da9fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9fdb Color CSS Codes

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

#da9fdb Text Font Color

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

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


#da9fdb Background Color

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

This div background color is #da9fdb


#da9fdb Border Color

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

This div border color is #da9fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9fdb


Comments

No comments written yet.

Please login to write comment.