Color Hex Logo

#d5bcdd Color Hex

#D5BCDD
(213,188,221)
0 Favorites   0 Comments

Color spaces of #d5bcdd

RGB 213188221
HSL0.790.330.80
HSV285°15°87°
CMYK 0.040.150.00   0.13
XYZ58.474955.333076.0050
Yxy55.33300.30810.2915
Hunter Lab74.386210.1429-8.5100
CIE-Lab79.232714.7669-13.2208

#d5bcdd color RGB value is (213,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111100 11011101
Octal 325 274 335
Decimal 213 188 221
Hex D5 BC DD

RGB Percentages of Color #d5bcdd

%34.24
%30.23
%35.53

CMYK Percentages of Color #d5bcdd

%4
%15
%0
%13

Triadic Colors of #d5bcdd

#d5bcdd #ddd5bc #bcddd5

Analogous Colors of #d5bcdd

#d5bcdd #ddbcd5 #c5bcdd

Monochromatic Colors of #d5bcdd

#d5bcdd

Complementary Color

#d5bcdd #c4ddbc

#d5bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5bcdd Color CSS Codes

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

#d5bcdd Text Font Color

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

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


#d5bcdd Background Color

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

This div background color is #d5bcdd


#d5bcdd Border Color

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

This div border color is #d5bcdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,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 #d5bcdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5bcdd


Comments

No comments written yet.

Please login to write comment.