Color Hex Logo

#da9bdb Color Hex

#DA9BDB
(218,155,219)
0 Favorites   0 Comments

Color spaces of #da9bdb

RGB 218155219
HSL0.830.470.73
HSV299°29°86°
CMYK 0.000.290.00   0.14
XYZ53.421043.462672.5914
Yxy43.46260.31520.2565
Hunter Lab65.926229.2705-19.1360
CIE-Lab71.867833.8897-23.2220

#da9bdb color RGB value is (218,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011011 11011011
Octal 332 233 333
Decimal 218 155 219
Hex DA 9B DB

RGB Percentages of Color #da9bdb

%36.82
%26.18
%36.99

CMYK Percentages of Color #da9bdb

%0
%29
%0
%14

Triadic Colors of #da9bdb

#da9bdb #dbda9b #9bdbda

Analogous Colors of #da9bdb

#da9bdb #db9bbc #ba9bdb

Monochromatic Colors of #da9bdb

#da9bdb

Complementary Color

#da9bdb #9cdb9b

#da9bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9bdb Color CSS Codes

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

#da9bdb Text Font Color

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

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


#da9bdb Background Color

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

This div background color is #da9bdb


#da9bdb Border Color

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

This div border color is #da9bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9bdb


Comments

No comments written yet.

Please login to write comment.