Color Hex Logo

#d6bdeb Color Hex

#D6BDEB
(214,189,235)
0 Favorites   0 Comments

Color spaces of #d6bdeb

RGB 214189235
HSL0.760.530.83
HSV273°20°92°
CMYK 0.090.200.00   0.08
XYZ60.924556.689586.3284
Yxy56.68950.29870.2780
Hunter Lab75.292412.6754-15.2757
CIE-Lab80.004617.2967-19.5839

#d6bdeb color RGB value is (214,189,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10111101 11101011
Octal 326 275 353
Decimal 214 189 235
Hex D6 BD EB

RGB Percentages of Color #d6bdeb

%33.54
%29.62
%36.83

CMYK Percentages of Color #d6bdeb

%9
%20
%0
%8

Triadic Colors of #d6bdeb

#d6bdeb #ebd6bd #bdebd6

Analogous Colors of #d6bdeb

#d6bdeb #ebbde9 #bfbdeb

Monochromatic Colors of #d6bdeb

#d6bdeb

Complementary Color

#d6bdeb #d2ebbd

#d6bdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6bdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6bdeb Color CSS Codes

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

#d6bdeb Text Font Color

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

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


#d6bdeb Background Color

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

This div background color is #d6bdeb


#d6bdeb Border Color

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

This div border color is #d6bdeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,189,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 #d6bdeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6bdeb


Comments

No comments written yet.

Please login to write comment.