Color Hex Logo

#d6bbee Color Hex

#D6BBEE
(214,187,238)
0 Favorites   0 Comments

Color spaces of #d6bbee

RGB 214187238
HSL0.750.600.83
HSV272°21°93°
CMYK 0.100.210.00   0.07
XYZ60.934556.009888.4883
Yxy56.00980.29660.2726
Hunter Lab74.839714.3653-17.7150
CIE-Lab79.619418.9808-21.7792

#d6bbee color RGB value is (214,187,238).

#d6bbee hex color red value is 214, green value is 187 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d6bbee hue: 0.75 , saturation: 0.60 and the lightness value of d6bbee is 0.83.

The process color (four color CMYK) of #d6bbee color hex is 0.10, 0.21, 0.00, 0.07. Web safe color of #d6bbee is #ccccff. Color #d6bbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10111011 11101110
Octal 326 273 356
Decimal 214 187 238
Hex D6 BB EE

RGB Percentages of Color #d6bbee

%33.49
%29.26
%37.25

CMYK Percentages of Color #d6bbee

%10
%21
%0
%7

Triadic Colors of #d6bbee

#d6bbee #eed6bb #bbeed6

Analogous Colors of #d6bbee

#d6bbee #eebbed #bdbbee

Monochromatic Colors of #d6bbee

#d6bbee

Complementary Color

#d6bbee #d3eebb

#d6bbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6bbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6bbee Color CSS Codes

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

#d6bbee Text Font Color

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

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


#d6bbee Background Color

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

This div background color is #d6bbee


#d6bbee Border Color

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

This div border color is #d6bbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6bbee


Comments

No comments written yet.

Please login to write comment.