Color Hex Logo

#d9bfd4 Color Hex

#D9BFD4
(217,191,212)
0 Favorites   0 Comments

Color spaces of #d9bfd4

RGB 217191212
HSL0.870.250.80
HSV312°12°85°
CMYK 0.000.120.02   0.15
XYZ59.129756.766870.1280
Yxy56.76680.31790.3052
Hunter Lab75.34378.2351-2.4450
CIE-Lab80.048312.8330-7.1187

#d9bfd4 color RGB value is (217,191,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111111 11010100
Octal 331 277 324
Decimal 217 191 212
Hex D9 BF D4

RGB Percentages of Color #d9bfd4

%35.00
%30.81
%34.19

CMYK Percentages of Color #d9bfd4

%0
%12
%2
%15

Triadic Colors of #d9bfd4

#d9bfd4 #d4d9bf #bfd4d9

Analogous Colors of #d9bfd4

#d9bfd4 #d9bfc7 #d1bfd9

Monochromatic Colors of #d9bfd4

#d9bfd4

Complementary Color

#d9bfd4 #bfd9c4

#d9bfd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bfd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bfd4 Color CSS Codes

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

#d9bfd4 Text Font Color

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

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


#d9bfd4 Background Color

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

This div background color is #d9bfd4


#d9bfd4 Border Color

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

This div border color is #d9bfd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bfd4


Comments

No comments written yet.

Please login to write comment.