Color Hex Logo

#d59bdb Color Hex

#D59BDB
(213,155,219)
0 Favorites   0 Comments

Color spaces of #d59bdb

RGB 213155219
HSL0.820.470.73
HSV294°29°86°
CMYK 0.030.290.00   0.14
XYZ51.948142.703372.5224
Yxy42.70330.31070.2554
Hunter Lab65.347827.5397-20.0561
CIE-Lab71.353132.2806-24.0541

#d59bdb color RGB value is (213,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011011 11011011
Octal 325 233 333
Decimal 213 155 219
Hex D5 9B DB

RGB Percentages of Color #d59bdb

%36.29
%26.41
%37.31

CMYK Percentages of Color #d59bdb

%3
%29
%0
%14

Triadic Colors of #d59bdb

#d59bdb #dbd59b #9bdbd5

Analogous Colors of #d59bdb

#d59bdb #db9bc1 #b59bdb

Monochromatic Colors of #d59bdb

#d59bdb

Complementary Color

#d59bdb #a1db9b

#d59bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59bdb Color CSS Codes

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

#d59bdb Text Font Color

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

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


#d59bdb Background Color

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

This div background color is #d59bdb


#d59bdb Border Color

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

This div border color is #d59bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59bdb


Comments

No comments written yet.

Please login to write comment.