Color Hex Logo

#d6bbca Color Hex

#D6BBCA
(214,187,202)
0 Favorites   0 Comments

Color spaces of #d6bbca

RGB 214187202
HSL0.910.250.79
HSV327°13°84°
CMYK 0.000.130.06   0.16
XYZ56.162554.101163.3596
Yxy54.10110.32350.3116
Hunter Lab73.55347.57700.4145
CIE-Lab78.520612.1549-4.0068

#d6bbca color RGB value is (214,187,202).

#d6bbca hex color red value is 214, green value is 187 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d6bbca hue: 0.91 , saturation: 0.25 and the lightness value of d6bbca is 0.79.

The process color (four color CMYK) of #d6bbca color hex is 0.00, 0.13, 0.06, 0.16. Web safe color of #d6bbca is #cccccc. Color #d6bbca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10111011 11001010
Octal 326 273 312
Decimal 214 187 202
Hex D6 BB CA

RGB Percentages of Color #d6bbca

%35.49
%31.01
%33.50

CMYK Percentages of Color #d6bbca

%0
%13
%6
%16

Triadic Colors of #d6bbca

#d6bbca #cad6bb #bbcad6

Analogous Colors of #d6bbca

#d6bbca #d6bbbd #d5bbd6

Monochromatic Colors of #d6bbca

#d6bbca

Complementary Color

#d6bbca #bbd6c7

#d6bbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6bbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6bbca Color CSS Codes

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

#d6bbca Text Font Color

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

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


#d6bbca Background Color

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

This div background color is #d6bbca


#d6bbca Border Color

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

This div border color is #d6bbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6bbca

#d6bbca Color Palettes


Comments

No comments written yet.

Please login to write comment.