Color Hex Logo

#d6bceb Color Hex

#D6BCEB
(214,188,235)
0 Favorites   0 Comments

Color spaces of #d6bceb

RGB 214188235
HSL0.760.540.83
HSV273°20°92°
CMYK 0.090.200.00   0.08
XYZ60.710256.260786.2569
Yxy56.26070.29870.2768
Hunter Lab75.007113.2141-15.6775
CIE-Lab79.762017.8366-19.9512

#d6bceb color RGB value is (214,188,235).

#d6bceb hex color red value is 214, green value is 188 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d6bceb hue: 0.76 , saturation: 0.54 and the lightness value of d6bceb is 0.83.

The process color (four color CMYK) of #d6bceb color hex is 0.09, 0.20, 0.00, 0.08. Web safe color of #d6bceb is #ccccff. Color #d6bceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10111100 11101011
Octal 326 274 353
Decimal 214 188 235
Hex D6 BC EB

RGB Percentages of Color #d6bceb

%33.59
%29.51
%36.89

CMYK Percentages of Color #d6bceb

%9
%20
%0
%8

Triadic Colors of #d6bceb

#d6bceb #ebd6bc #bcebd6

Analogous Colors of #d6bceb

#d6bceb #ebbce9 #bfbceb

Monochromatic Colors of #d6bceb

#d6bceb

Complementary Color

#d6bceb #d1ebbc

#d6bceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6bceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6bceb Color CSS Codes

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

#d6bceb Text Font Color

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

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


#d6bceb Background Color

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

This div background color is #d6bceb


#d6bceb Border Color

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

This div border color is #d6bceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6bceb


Comments

No comments written yet.

Please login to write comment.