Color Hex Logo

#dcbffa Color Hex

#DCBFFA
(220,191,250)
0 Favorites   0 Comments

Color spaces of #dcbffa

RGB 220191250
HSL0.750.860.86
HSV269°24°98°
CMYK 0.120.240.00   0.02
XYZ65.401359.379498.4568
Yxy59.37940.29300.2660
Hunter Lab77.058016.6464-21.8140
CIE-Lab81.499721.1634-25.2980

#dcbffa color RGB value is (220,191,250).

#dcbffa hex color red value is 220, green value is 191 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dcbffa hue: 0.75 , saturation: 0.86 and the lightness value of dcbffa is 0.86.

The process color (four color CMYK) of #dcbffa color hex is 0.12, 0.24, 0.00, 0.02. Web safe color of #dcbffa is #ccccff. Color #dcbffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111111 11111010
Octal 334 277 372
Decimal 220 191 250
Hex DC BF FA

RGB Percentages of Color #dcbffa

%33.28
%28.90
%37.82

CMYK Percentages of Color #dcbffa

%12
%24
%0
%2

Triadic Colors of #dcbffa

#dcbffa #fadcbf #bffadc

Analogous Colors of #dcbffa

#dcbffa #fabffa #bfc0fa

Monochromatic Colors of #dcbffa

#dcbffa

Complementary Color

#dcbffa #ddfabf

#dcbffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbffa Color CSS Codes

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

#dcbffa Text Font Color

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

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


#dcbffa Background Color

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

This div background color is #dcbffa


#dcbffa Border Color

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

This div border color is #dcbffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbffa

Related Colors


Comments

No comments written yet.

Please login to write comment.