Color Hex Logo

#d0bfdc Color Hex

#D0BFDC
(208,191,220)
0 Favorites   0 Comments

Color spaces of #d0bfdc

RGB 208191220
HSL0.760.290.81
HSV275°13°86°
CMYK 0.050.130.00   0.14
XYZ57.561555.838875.4543
Yxy55.83880.30480.2957
Hunter Lab74.72546.7305-7.5606
CIE-Lab79.522011.2941-12.2925

#d0bfdc color RGB value is (208,191,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10111111 11011100
Octal 320 277 334
Decimal 208 191 220
Hex D0 BF DC

RGB Percentages of Color #d0bfdc

%33.60
%30.86
%35.54

CMYK Percentages of Color #d0bfdc

%5
%13
%0
%14

Triadic Colors of #d0bfdc

#d0bfdc #dcd0bf #bfdcd0

Analogous Colors of #d0bfdc

#d0bfdc #dcbfda #c2bfdc

Monochromatic Colors of #d0bfdc

#d0bfdc

Complementary Color

#d0bfdc #cbdcbf

#d0bfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0bfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0bfdc Color CSS Codes

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

#d0bfdc Text Font Color

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

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


#d0bfdc Background Color

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

This div background color is #d0bfdc


#d0bfdc Border Color

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

This div border color is #d0bfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0bfdc


Comments

No comments written yet.

Please login to write comment.