Color Hex Logo

#d5bdcb Color Hex

#D5BDCB
(213,189,203)
0 Favorites   0 Comments

Color spaces of #d5bdcb

RGB 213189203
HSL0.900.220.79
HSV325°11°84°
CMYK 0.000.110.05   0.16
XYZ56.417754.853164.1141
Yxy54.85310.32170.3128
Hunter Lab74.06296.36310.5184
CIE-Lab78.956610.9105-3.9154

#d5bdcb color RGB value is (213,189,203).

#d5bdcb hex color red value is 213, green value is 189 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d5bdcb hue: 0.90 , saturation: 0.22 and the lightness value of d5bdcb is 0.79.

The process color (four color CMYK) of #d5bdcb color hex is 0.00, 0.11, 0.05, 0.16. Web safe color of #d5bdcb is #cccccc. Color #d5bdcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111101 11001011
Octal 325 275 313
Decimal 213 189 203
Hex D5 BD CB

RGB Percentages of Color #d5bdcb

%35.21
%31.24
%33.55

CMYK Percentages of Color #d5bdcb

%0
%11
%5
%16

Triadic Colors of #d5bdcb

#d5bdcb #cbd5bd #bdcbd5

Analogous Colors of #d5bdcb

#d5bdcb #d5bdbf #d3bdd5

Monochromatic Colors of #d5bdcb

#d5bdcb

Complementary Color

#d5bdcb #bdd5c7

#d5bdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5bdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5bdcb Color CSS Codes

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

#d5bdcb Text Font Color

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

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


#d5bdcb Background Color

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

This div background color is #d5bdcb


#d5bdcb Border Color

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

This div border color is #d5bdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5bdcb


Comments

No comments written yet.

Please login to write comment.