Color Hex Logo

#d9bdee Color Hex

#D9BDEE
(217,189,238)
0 Favorites   0 Comments

Color spaces of #d9bdee

RGB 217189238
HSL0.760.590.84
HSV274°21°93°
CMYK 0.090.210.00   0.07
XYZ62.245557.320088.6721
Yxy57.32000.29890.2753
Hunter Lab75.710014.2626-16.4439
CIE-Lab80.359218.8618-20.6327

#d9bdee color RGB value is (217,189,238).

#d9bdee hex color red value is 217, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d9bdee hue: 0.76 , saturation: 0.59 and the lightness value of d9bdee is 0.84.

The process color (four color CMYK) of #d9bdee color hex is 0.09, 0.21, 0.00, 0.07. Web safe color of #d9bdee is #ccccff. Color #d9bdee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111101 11101110
Octal 331 275 356
Decimal 217 189 238
Hex D9 BD EE

RGB Percentages of Color #d9bdee

%33.70
%29.35
%36.96

CMYK Percentages of Color #d9bdee

%9
%21
%0
%7

Triadic Colors of #d9bdee

#d9bdee #eed9bd #bdeed9

Analogous Colors of #d9bdee

#d9bdee #eebdeb #c1bdee

Monochromatic Colors of #d9bdee

#d9bdee

Complementary Color

#d9bdee #d2eebd

#d9bdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bdee Color CSS Codes

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

#d9bdee Text Font Color

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

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


#d9bdee Background Color

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

This div background color is #d9bdee


#d9bdee Border Color

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

This div border color is #d9bdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bdee


Comments

No comments written yet.

Please login to write comment.