Color Hex Logo

#dcbbf8 Color Hex

#DCBBF8
(220,187,248)
0 Favorites   0 Comments

Color spaces of #dcbbf8

RGB 220187248
HSL0.760.810.85
HSV272°25°97°
CMYK 0.110.250.00   0.03
XYZ64.228857.533696.5268
Yxy57.53360.29420.2636
Hunter Lab75.850918.4106-22.3560
CIE-Lab80.478822.9100-25.7861

#dcbbf8 color RGB value is (220,187,248).

#dcbbf8 hex color red value is 220, green value is 187 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #dcbbf8 hue: 0.76 , saturation: 0.81 and the lightness value of dcbbf8 is 0.85.

The process color (four color CMYK) of #dcbbf8 color hex is 0.11, 0.25, 0.00, 0.03. Web safe color of #dcbbf8 is #ccccff. Color #dcbbf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 11111000
Octal 334 273 370
Decimal 220 187 248
Hex DC BB F8

RGB Percentages of Color #dcbbf8

%33.59
%28.55
%37.86

CMYK Percentages of Color #dcbbf8

%11
%25
%0
%3

Triadic Colors of #dcbbf8

#dcbbf8 #f8dcbb #bbf8dc

Analogous Colors of #dcbbf8

#dcbbf8 #f8bbf6 #bebbf8

Monochromatic Colors of #dcbbf8

#dcbbf8

Complementary Color

#dcbbf8 #d7f8bb

#dcbbf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbf8 Color CSS Codes

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

#dcbbf8 Text Font Color

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

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


#dcbbf8 Background Color

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

This div background color is #dcbbf8


#dcbbf8 Border Color

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

This div border color is #dcbbf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbf8


Comments

No comments written yet.

Please login to write comment.