Color Hex Logo

#d7bcdd Color Hex

#D7BCDD
(215,188,221)
0 Favorites   0 Comments

Color spaces of #d7bcdd

RGB 215188221
HSL0.800.330.80
HSV289°15°87°
CMYK 0.030.150.00   0.13
XYZ59.058755.634076.0323
Yxy55.63400.30970.2917
Hunter Lab74.588210.8064-8.2262
CIE-Lab79.405115.4345-12.9449

#d7bcdd color RGB value is (215,188,221).

#d7bcdd hex color red value is 215, green value is 188 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d7bcdd hue: 0.80 , saturation: 0.33 and the lightness value of d7bcdd is 0.80.

The process color (four color CMYK) of #d7bcdd color hex is 0.03, 0.15, 0.00, 0.13. Web safe color of #d7bcdd is #cccccc. Color #d7bcdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10111100 11011101
Octal 327 274 335
Decimal 215 188 221
Hex D7 BC DD

RGB Percentages of Color #d7bcdd

%34.46
%30.13
%35.42

CMYK Percentages of Color #d7bcdd

%3
%15
%0
%13

Triadic Colors of #d7bcdd

#d7bcdd #ddd7bc #bcddd7

Analogous Colors of #d7bcdd

#d7bcdd #ddbcd3 #c7bcdd

Monochromatic Colors of #d7bcdd

#d7bcdd

Complementary Color

#d7bcdd #c2ddbc

#d7bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7bcdd Color CSS Codes

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

#d7bcdd Text Font Color

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

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


#d7bcdd Background Color

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

This div background color is #d7bcdd


#d7bcdd Border Color

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

This div border color is #d7bcdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,188,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d7bcdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d7bcdd;
  -webkit-box-shadow: 1px 1px 3px 2px #d7bcdd;
  box-shadow:         1px 1px 3px 2px #d7bcdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,188,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7bcdd


Comments

No comments written yet.

Please login to write comment.