Color Hex Logo

#dcbbfb Color Hex

#DCBBFB
(220,187,251)
0 Favorites   0 Comments

Color spaces of #dcbbfb

RGB 220187251
HSL0.750.890.86
HSV271°25°98°
CMYK 0.120.250.00   0.02
XYZ64.698157.721398.9982
Yxy57.72130.29220.2607
Hunter Lab75.974519.0509-24.0753
CIE-Lab80.583623.5243-27.2313

#dcbbfb color RGB value is (220,187,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 11111011
Octal 334 273 373
Decimal 220 187 251
Hex DC BB FB

RGB Percentages of Color #dcbbfb

%33.43
%28.42
%38.15

CMYK Percentages of Color #dcbbfb

%12
%25
%0
%2

Triadic Colors of #dcbbfb

#dcbbfb #fbdcbb #bbfbdc

Analogous Colors of #dcbbfb

#dcbbfb #fbbbfa #bcbbfb

Monochromatic Colors of #dcbbfb

#dcbbfb

Complementary Color

#dcbbfb #dafbbb

#dcbbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbfb Color CSS Codes

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

#dcbbfb Text Font Color

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

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


#dcbbfb Background Color

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

This div background color is #dcbbfb


#dcbbfb Border Color

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

This div border color is #dcbbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbfb


Comments

No comments written yet.

Please login to write comment.