Color Hex Logo

#d6bbff Color Hex

#D6BBFF
(214,187,255)
0 Favorites   0 Comments

Color spaces of #d6bbff

RGB 214187255
HSL0.731.000.87
HSV264°27°100°
CMYK 0.160.270.00   0.00
XYZ63.551957.0568102.2713
Yxy57.05680.28510.2560
Hunter Lab75.536017.9924-27.4001
CIE-Lab80.211522.5152-29.9850

#d6bbff color RGB value is (214,187,255).

#d6bbff hex color red value is 214, green value is 187 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d6bbff hue: 0.73 , saturation: 1.00 and the lightness value of d6bbff is 0.87.

The process color (four color CMYK) of #d6bbff color hex is 0.16, 0.27, 0.00, 0.00. Web safe color of #d6bbff is #ccccff. Color #d6bbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10111011 11111111
Octal 326 273 377
Decimal 214 187 255
Hex D6 BB FF

RGB Percentages of Color #d6bbff

%32.62
%28.51
%38.87

CMYK Percentages of Color #d6bbff

%16
%27
%0
%0

Triadic Colors of #d6bbff

#d6bbff #ffd6bb #bbffd6

Analogous Colors of #d6bbff

#d6bbff #f8bbff #bbc2ff

Monochromatic Colors of #d6bbff

#d6bbff

Complementary Color

#d6bbff #e4ffbb

#d6bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6bbff Color CSS Codes

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

#d6bbff Text Font Color

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

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


#d6bbff Background Color

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

This div background color is #d6bbff


#d6bbff Border Color

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

This div border color is #d6bbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6bbff

Related Colors


Comments

No comments written yet.

Please login to write comment.