Color Hex Logo

#d99bdb Color Hex

#D99BDB
(217,155,219)
0 Favorites   0 Comments

Color spaces of #d99bdb

RGB 217155219
HSL0.830.470.73
HSV298°29°86°
CMYK 0.010.290.00   0.14
XYZ53.122843.308972.5774
Yxy43.30890.31430.2563
Hunter Lab65.809528.9223-19.3208
CIE-Lab71.764133.5675-23.3896

#d99bdb color RGB value is (217,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011011 11011011
Octal 331 233 333
Decimal 217 155 219
Hex D9 9B DB

RGB Percentages of Color #d99bdb

%36.72
%26.23
%37.06

CMYK Percentages of Color #d99bdb

%1
%29
%0
%14

Triadic Colors of #d99bdb

#d99bdb #dbd99b #9bdbd9

Analogous Colors of #d99bdb

#d99bdb #db9bbd #b99bdb

Monochromatic Colors of #d99bdb

#d99bdb

Complementary Color

#d99bdb #9ddb9b

#d99bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99bdb Color CSS Codes

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

#d99bdb Text Font Color

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

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


#d99bdb Background Color

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

This div background color is #d99bdb


#d99bdb Border Color

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

This div border color is #d99bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99bdb


Comments

No comments written yet.

Please login to write comment.