Color Hex Logo

#d6bcfc Color Hex

#D6BCFC
(214,188,252)
0 Favorites   0 Comments

Color spaces of #d6bcfc

RGB 214188252
HSL0.730.910.86
HSV264°25°99°
CMYK 0.150.250.00   0.01
XYZ63.285557.290999.8182
Yxy57.29090.28710.2599
Hunter Lab75.690816.7861-25.2060
CIE-Lab80.342921.3370-28.1797

#d6bcfc color RGB value is (214,188,252).

#d6bcfc hex color red value is 214, green value is 188 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d6bcfc hue: 0.73 , saturation: 0.91 and the lightness value of d6bcfc is 0.86.

The process color (four color CMYK) of #d6bcfc color hex is 0.15, 0.25, 0.00, 0.01. Web safe color of #d6bcfc is #ccccff. Color #d6bcfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10111100 11111100
Octal 326 274 374
Decimal 214 188 252
Hex D6 BC FC

RGB Percentages of Color #d6bcfc

%32.72
%28.75
%38.53

CMYK Percentages of Color #d6bcfc

%15
%25
%0
%1

Triadic Colors of #d6bcfc

#d6bcfc #fcd6bc #bcfcd6

Analogous Colors of #d6bcfc

#d6bcfc #f6bcfc #bcc2fc

Monochromatic Colors of #d6bcfc

#d6bcfc

Complementary Color

#d6bcfc #e2fcbc

#d6bcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6bcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6bcfc Color CSS Codes

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

#d6bcfc Text Font Color

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

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


#d6bcfc Background Color

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

This div background color is #d6bcfc


#d6bcfc Border Color

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

This div border color is #d6bcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6bcfc


Comments

No comments written yet.

Please login to write comment.