Color Hex Logo

#d9bcfe Color Hex

#D9BCFE
(217,188,254)
0 Favorites   0 Comments

Color spaces of #d9bcfe

RGB 217188254
HSL0.740.970.87
HSV266°26°100°
CMYK 0.150.260.00   0.00
XYZ64.487957.8739101.5378
Yxy57.87390.28800.2585
Hunter Lab76.074918.1815-25.8824
CIE-Lab80.668622.6809-28.7275

#d9bcfe color RGB value is (217,188,254).

#d9bcfe hex color red value is 217, green value is 188 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d9bcfe hue: 0.74 , saturation: 0.97 and the lightness value of d9bcfe is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111100 11111110
Octal 331 274 376
Decimal 217 188 254
Hex D9 BC FE

RGB Percentages of Color #d9bcfe

%32.93
%28.53
%38.54

CMYK Percentages of Color #d9bcfe

%15
%26
%0
%0

Triadic Colors of #d9bcfe

#d9bcfe #fed9bc #bcfed9

Analogous Colors of #d9bcfe

#d9bcfe #fabcfe #bcc0fe

Monochromatic Colors of #d9bcfe

#d9bcfe

Complementary Color

#d9bcfe #e1febc

#d9bcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bcfe Color CSS Codes

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

#d9bcfe Text Font Color

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

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


#d9bcfe Background Color

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

This div background color is #d9bcfe


#d9bcfe Border Color

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

This div border color is #d9bcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bcfe

#d9bcfe Color Palettes


Comments

No comments written yet.

Please login to write comment.