Color Hex Logo

#d1b5bc Color Hex

#D1B5BC
(209,181,188)
0 Favorites   0 Comments

Color spaces of #d1b5bc

RGB 209181188
HSL0.960.230.76
HSV345°13°82°
CMYK 0.000.130.10   0.18
XYZ51.895550.233954.5379
Yxy50.23390.33120.3206
Hunter Lab70.87596.66543.9904
CIE-Lab76.212611.19660.1535

#d1b5bc color RGB value is (209,181,188).

#d1b5bc hex color red value is 209, green value is 181 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d1b5bc hue: 0.96 , saturation: 0.23 and the lightness value of d1b5bc is 0.76.

The process color (four color CMYK) of #d1b5bc color hex is 0.00, 0.13, 0.10, 0.18. Web safe color of #d1b5bc is #cccccc. Color #d1b5bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10110101 10111100
Octal 321 265 274
Decimal 209 181 188
Hex D1 B5 BC

RGB Percentages of Color #d1b5bc

%36.16
%31.31
%32.53

CMYK Percentages of Color #d1b5bc

%0
%13
%10
%18

Triadic Colors of #d1b5bc

#d1b5bc #bcd1b5 #b5bcd1

Analogous Colors of #d1b5bc

#d1b5bc #d1bcb5 #d1b5ca

Monochromatic Colors of #d1b5bc

#d1b5bc

Complementary Color

#d1b5bc #b5d1ca

#d1b5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1b5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1b5bc Color CSS Codes

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

#d1b5bc Text Font Color

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

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


#d1b5bc Background Color

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

This div background color is #d1b5bc


#d1b5bc Border Color

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

This div border color is #d1b5bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1b5bc


Comments

No comments written yet.

Please login to write comment.