Color Hex Logo

#d1bcce Color Hex

#D1BCCE
(209,188,206)
1 Favorites   0 Comments

Color spaces of #d1bcce

RGB 209188206
HSL0.860.190.78
HSV309°10°82°
CMYK 0.000.100.01   0.18
XYZ55.418353.978065.8905
Yxy53.97800.31620.3079
Hunter Lab73.46976.0708-1.7448
CIE-Lab78.448910.6027-6.3248

#d1bcce color RGB value is (209,188,206).

#d1bcce hex color red value is 209, green value is 188 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d1bcce hue: 0.86 , saturation: 0.19 and the lightness value of d1bcce is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10111100 11001110
Octal 321 274 316
Decimal 209 188 206
Hex D1 BC CE

RGB Percentages of Color #d1bcce

%34.66
%31.18
%34.16

CMYK Percentages of Color #d1bcce

%0
%10
%1
%18

Triadic Colors of #d1bcce

#d1bcce #ced1bc #bcced1

Analogous Colors of #d1bcce

#d1bcce #d1bcc4 #cabcd1

Monochromatic Colors of #d1bcce

#d1bcce

Complementary Color

#d1bcce #bcd1bf

#d1bcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1bcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1bcce Color CSS Codes

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

#d1bcce Text Font Color

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

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


#d1bcce Background Color

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

This div background color is #d1bcce


#d1bcce Border Color

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

This div border color is #d1bcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1bcce


Comments

No comments written yet.

Please login to write comment.