Color Hex Logo

#d8b0cc Color Hex

#D8B0CC
(216,176,204)
0 Favorites   0 Comments

Color spaces of #d8b0cc

RGB 216176204
HSL0.880.340.77
HSV318°19°85°
CMYK 0.000.190.06   0.15
XYZ54.743350.009263.8942
Yxy50.00920.32460.2965
Hunter Lab70.717214.4246-4.0675
CIE-Lab76.074919.1326-8.6919

#d8b0cc color RGB value is (216,176,204).

#d8b0cc hex color red value is 216, green value is 176 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d8b0cc hue: 0.88 , saturation: 0.34 and the lightness value of d8b0cc is 0.77.

The process color (four color CMYK) of #d8b0cc color hex is 0.00, 0.19, 0.06, 0.15. Web safe color of #d8b0cc is #cc99cc. Color #d8b0cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10110000 11001100
Octal 330 260 314
Decimal 216 176 204
Hex D8 B0 CC

RGB Percentages of Color #d8b0cc

%36.24
%29.53
%34.23

CMYK Percentages of Color #d8b0cc

%0
%19
%6
%15

Triadic Colors of #d8b0cc

#d8b0cc #ccd8b0 #b0ccd8

Analogous Colors of #d8b0cc

#d8b0cc #d8b0b8 #d0b0d8

Monochromatic Colors of #d8b0cc

#d8b0cc

Complementary Color

#d8b0cc #b0d8bc

#d8b0cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8b0cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8b0cc Color CSS Codes

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

#d8b0cc Text Font Color

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

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


#d8b0cc Background Color

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

This div background color is #d8b0cc


#d8b0cc Border Color

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

This div border color is #d8b0cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8b0cc


Comments

No comments written yet.

Please login to write comment.