Color Hex Logo

#d9bcfa Color Hex

#D9BCFA
(217,188,250)
0 Favorites   0 Comments

Color spaces of #d9bcfa

RGB 217188250
HSL0.740.860.86
HSV268°25°98°
CMYK 0.130.250.00   0.02
XYZ63.853857.620398.1988
Yxy57.62030.29070.2623
Hunter Lab75.908017.3150-23.5652
CIE-Lab80.527221.8456-26.8056

#d9bcfa color RGB value is (217,188,250).

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

The process color (four color CMYK) of #d9bcfa color hex is 0.13, 0.25, 0.00, 0.02. Web safe color of #d9bcfa is #ccccff. Color #d9bcfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111100 11111010
Octal 331 274 372
Decimal 217 188 250
Hex D9 BC FA

RGB Percentages of Color #d9bcfa

%33.13
%28.70
%38.17

CMYK Percentages of Color #d9bcfa

%13
%25
%0
%2

Triadic Colors of #d9bcfa

#d9bcfa #fad9bc #bcfad9

Analogous Colors of #d9bcfa

#d9bcfa #f8bcfa #bcbefa

Monochromatic Colors of #d9bcfa

#d9bcfa

Complementary Color

#d9bcfa #ddfabc

#d9bcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bcfa Color CSS Codes

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

#d9bcfa Text Font Color

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

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


#d9bcfa Background Color

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

This div background color is #d9bcfa


#d9bcfa Border Color

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

This div border color is #d9bcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.