Color Hex Logo

#d9bdeb Color Hex

#D9BDEB
(217,189,235)
0 Favorites   0 Comments

Color spaces of #d9bdeb

RGB 217189235
HSL0.770.530.83
HSV277°20°92°
CMYK 0.080.200.00   0.08
XYZ61.808357.145186.3697
Yxy57.14510.30100.2783
Hunter Lab75.594413.6570-14.8252
CIE-Lab80.261118.2657-19.1712

#d9bdeb color RGB value is (217,189,235).

#d9bdeb hex color red value is 217, green value is 189 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d9bdeb hue: 0.77 , saturation: 0.53 and the lightness value of d9bdeb is 0.83.

The process color (four color CMYK) of #d9bdeb color hex is 0.08, 0.20, 0.00, 0.08. Web safe color of #d9bdeb is #ccccff. Color #d9bdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111101 11101011
Octal 331 275 353
Decimal 217 189 235
Hex D9 BD EB

RGB Percentages of Color #d9bdeb

%33.85
%29.49
%36.66

CMYK Percentages of Color #d9bdeb

%8
%20
%0
%8

Triadic Colors of #d9bdeb

#d9bdeb #ebd9bd #bdebd9

Analogous Colors of #d9bdeb

#d9bdeb #ebbde6 #c2bdeb

Monochromatic Colors of #d9bdeb

#d9bdeb

Complementary Color

#d9bdeb #cfebbd

#d9bdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bdeb Color CSS Codes

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

#d9bdeb Text Font Color

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

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


#d9bdeb Background Color

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

This div background color is #d9bdeb


#d9bdeb Border Color

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

This div border color is #d9bdeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,189,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bdeb


Comments

No comments written yet.

Please login to write comment.