Color Hex Logo

#d6bcee Color Hex

#D6BCEE
(214,188,238)
0 Favorites   0 Comments

Color spaces of #d6bcee

RGB 214188238
HSL0.750.600.84
HSV271°21°93°
CMYK 0.100.210.00   0.07
XYZ61.147456.435688.5593
Yxy56.43560.29660.2738
Hunter Lab75.123613.8250-17.3073
CIE-Lab79.861118.4405-21.4124

#d6bcee color RGB value is (214,188,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10111100 11101110
Octal 326 274 356
Decimal 214 188 238
Hex D6 BC EE

RGB Percentages of Color #d6bcee

%33.44
%29.38
%37.19

CMYK Percentages of Color #d6bcee

%10
%21
%0
%7

Triadic Colors of #d6bcee

#d6bcee #eed6bc #bceed6

Analogous Colors of #d6bcee

#d6bcee #eebced #bdbcee

Monochromatic Colors of #d6bcee

#d6bcee

Complementary Color

#d6bcee #d4eebc

#d6bcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6bcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6bcee Color CSS Codes

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

#d6bcee Text Font Color

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

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


#d6bcee Background Color

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

This div background color is #d6bcee


#d6bcee Border Color

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

This div border color is #d6bcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6bcee


Comments

No comments written yet.

Please login to write comment.