Color Hex Logo

#d0b0ce Color Hex

#D0B0CE
(208,176,206)
0 Favorites   0 Comments

Color spaces of #d0b0ce

RGB 208176206
HSL0.840.250.75
HSV304°15°82°
CMYK 0.000.150.01   0.18
XYZ52.678348.916865.0580
Yxy48.91680.31610.2935
Hunter Lab69.940512.0479-6.1926
CIE-Lab75.399516.7457-10.8669

#d0b0ce color RGB value is (208,176,206).

#d0b0ce hex color red value is 208, green value is 176 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d0b0ce hue: 0.84 , saturation: 0.25 and the lightness value of d0b0ce is 0.75.

The process color (four color CMYK) of #d0b0ce color hex is 0.00, 0.15, 0.01, 0.18. Web safe color of #d0b0ce is #cc99cc. Color #d0b0ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10110000 11001110
Octal 320 260 316
Decimal 208 176 206
Hex D0 B0 CE

RGB Percentages of Color #d0b0ce

%35.25
%29.83
%34.92

CMYK Percentages of Color #d0b0ce

%0
%15
%1
%18

Triadic Colors of #d0b0ce

#d0b0ce #ced0b0 #b0ced0

Analogous Colors of #d0b0ce

#d0b0ce #d0b0be #c2b0d0

Monochromatic Colors of #d0b0ce

#d0b0ce

Complementary Color

#d0b0ce #b0d0b2

#d0b0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0b0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0b0ce Color CSS Codes

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

#d0b0ce Text Font Color

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

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


#d0b0ce Background Color

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

This div background color is #d0b0ce


#d0b0ce Border Color

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

This div border color is #d0b0ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0b0ce


Comments

No comments written yet.

Please login to write comment.