Color Hex Logo

#d5bcde Color Hex

#D5BCDE
(213,188,222)
0 Favorites   0 Comments

Color spaces of #d5bcde

RGB 213188222
HSL0.790.340.80
HSV284°15°87°
CMYK 0.040.150.00   0.13
XYZ58.608655.386576.7089
Yxy55.38650.30730.2904
Hunter Lab74.422110.3329-9.0163
CIE-Lab79.263414.9585-13.7140

#d5bcde color RGB value is (213,188,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111100 11011110
Octal 325 274 336
Decimal 213 188 222
Hex D5 BC DE

RGB Percentages of Color #d5bcde

%34.19
%30.18
%35.63

CMYK Percentages of Color #d5bcde

%4
%15
%0
%13

Triadic Colors of #d5bcde

#d5bcde #ded5bc #bcded5

Analogous Colors of #d5bcde

#d5bcde #debcd6 #c4bcde

Monochromatic Colors of #d5bcde

#d5bcde

Complementary Color

#d5bcde #c5debc

#d5bcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5bcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5bcde Color CSS Codes

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

#d5bcde Text Font Color

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

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


#d5bcde Background Color

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

This div background color is #d5bcde


#d5bcde Border Color

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

This div border color is #d5bcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5bcde


Comments

No comments written yet.

Please login to write comment.