Color Hex Logo

#dbbcfc Color Hex

#DBBCFC
(219,188,252)
0 Favorites   0 Comments

Color spaces of #dbbcfc

RGB 219188252
HSL0.750.910.86
HSV269°25°99°
CMYK 0.130.250.00   0.01
XYZ64.767358.054899.8875
Yxy58.05480.29080.2607
Hunter Lab76.193718.3922-24.3917
CIE-Lab80.769222.8808-27.4897

#dbbcfc color RGB value is (219,188,252).

#dbbcfc hex color red value is 219, green value is 188 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #dbbcfc hue: 0.75 , saturation: 0.91 and the lightness value of dbbcfc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111100 11111100
Octal 333 274 374
Decimal 219 188 252
Hex DB BC FC

RGB Percentages of Color #dbbcfc

%33.23
%28.53
%38.24

CMYK Percentages of Color #dbbcfc

%13
%25
%0
%1

Triadic Colors of #dbbcfc

#dbbcfc #fcdbbc #bcfcdb

Analogous Colors of #dbbcfc

#dbbcfc #fbbcfc #bcbdfc

Monochromatic Colors of #dbbcfc

#dbbcfc

Complementary Color

#dbbcfc #ddfcbc

#dbbcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbcfc Color CSS Codes

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

#dbbcfc Text Font Color

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

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


#dbbcfc Background Color

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

This div background color is #dbbcfc


#dbbcfc Border Color

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

This div border color is #dbbcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbcfc


Comments

No comments written yet.

Please login to write comment.