Color Hex Logo

#dcbafb Color Hex

#DCBAFB
(220,186,251)
0 Favorites   0 Comments

Color spaces of #dcbafb

RGB 220186251
HSL0.750.890.86
HSV271°26°98°
CMYK 0.120.260.00   0.02
XYZ64.486757.298598.9277
Yxy57.29850.29220.2596
Hunter Lab75.695819.6000-24.4998
CIE-Lab80.347224.0637-27.5929

#dcbafb color RGB value is (220,186,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 11111011
Octal 334 272 373
Decimal 220 186 251
Hex DC BA FB

RGB Percentages of Color #dcbafb

%33.49
%28.31
%38.20

CMYK Percentages of Color #dcbafb

%12
%26
%0
%2

Triadic Colors of #dcbafb

#dcbafb #fbdcba #bafbdc

Analogous Colors of #dcbafb

#dcbafb #fbbafa #bcbafb

Monochromatic Colors of #dcbafb

#dcbafb

Complementary Color

#dcbafb #d9fbba

#dcbafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbafb Color CSS Codes

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

#dcbafb Text Font Color

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

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


#dcbafb Background Color

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

This div background color is #dcbafb


#dcbafb Border Color

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

This div border color is #dcbafb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,186,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbafb

Related Colors


Comments

No comments written yet.

Please login to write comment.