Color Hex Logo

#d0bfdf Color Hex

#D0BFDF
(208,191,223)
0 Favorites   0 Comments

Color spaces of #d0bfdf

RGB 208191223
HSL0.760.330.81
HSV272°14°87°
CMYK 0.070.140.00   0.13
XYZ57.962555.999277.5660
Yxy55.99920.30260.2924
Hunter Lab74.83267.3022-9.0728
CIE-Lab79.613411.8803-13.7709

#d0bfdf color RGB value is (208,191,223).

#d0bfdf hex color red value is 208, green value is 191 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d0bfdf hue: 0.76 , saturation: 0.33 and the lightness value of d0bfdf is 0.81.

The process color (four color CMYK) of #d0bfdf color hex is 0.07, 0.14, 0.00, 0.13. Web safe color of #d0bfdf is #cccccc. Color #d0bfdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10111111 11011111
Octal 320 277 337
Decimal 208 191 223
Hex D0 BF DF

RGB Percentages of Color #d0bfdf

%33.44
%30.71
%35.85

CMYK Percentages of Color #d0bfdf

%7
%14
%0
%13

Triadic Colors of #d0bfdf

#d0bfdf #dfd0bf #bfdfd0

Analogous Colors of #d0bfdf

#d0bfdf #dfbfde #c0bfdf

Monochromatic Colors of #d0bfdf

#d0bfdf

Complementary Color

#d0bfdf #cedfbf

#d0bfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0bfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0bfdf Color CSS Codes

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

#d0bfdf Text Font Color

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

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


#d0bfdf Background Color

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

This div background color is #d0bfdf


#d0bfdf Border Color

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

This div border color is #d0bfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0bfdf


Comments

No comments written yet.

Please login to write comment.