Color Hex Logo

#d9bfda Color Hex

#D9BFDA
(217,191,218)
0 Favorites   0 Comments

Color spaces of #d9bfda

RGB 217191218
HSL0.830.270.80
HSV298°12°85°
CMYK 0.000.120.00   0.15
XYZ59.901057.075374.1892
Yxy57.07530.31330.2986
Hunter Lab75.54829.3206-5.3397
CIE-Lab80.221913.9323-10.0910

#d9bfda color RGB value is (217,191,218).

#d9bfda hex color red value is 217, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d9bfda hue: 0.83 , saturation: 0.27 and the lightness value of d9bfda is 0.80.

The process color (four color CMYK) of #d9bfda color hex is 0.00, 0.12, 0.00, 0.15. Web safe color of #d9bfda is #cccccc. Color #d9bfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111111 11011010
Octal 331 277 332
Decimal 217 191 218
Hex D9 BF DA

RGB Percentages of Color #d9bfda

%34.66
%30.51
%34.82

CMYK Percentages of Color #d9bfda

%0
%12
%0
%15

Triadic Colors of #d9bfda

#d9bfda #dad9bf #bfdad9

Analogous Colors of #d9bfda

#d9bfda #dabfce #ccbfda

Monochromatic Colors of #d9bfda

#d9bfda

Complementary Color

#d9bfda #c0dabf

#d9bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bfda Color CSS Codes

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

#d9bfda Text Font Color

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

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


#d9bfda Background Color

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

This div background color is #d9bfda


#d9bfda Border Color

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

This div border color is #d9bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bfda


Comments

No comments written yet.

Please login to write comment.