Color Hex Logo

#dbbcf6 Color Hex

#DBBCF6
(219,188,246)
0 Favorites   0 Comments

Color spaces of #dbbcf6

RGB 219188246
HSL0.760.760.85
HSV272°24°96°
CMYK 0.110.240.00   0.04
XYZ63.831257.680394.9579
Yxy57.68030.29490.2665
Hunter Lab75.947517.1147-20.9675
CIE-Lab80.560721.6496-24.5982

#dbbcf6 color RGB value is (219,188,246).

#dbbcf6 hex color red value is 219, green value is 188 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #dbbcf6 hue: 0.76 , saturation: 0.76 and the lightness value of dbbcf6 is 0.85.

The process color (four color CMYK) of #dbbcf6 color hex is 0.11, 0.24, 0.00, 0.04. Web safe color of #dbbcf6 is #ccccff. Color #dbbcf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111100 11110110
Octal 333 274 366
Decimal 219 188 246
Hex DB BC F6

RGB Percentages of Color #dbbcf6

%33.54
%28.79
%37.67

CMYK Percentages of Color #dbbcf6

%11
%24
%0
%4

Triadic Colors of #dbbcf6

#dbbcf6 #f6dbbc #bcf6db

Analogous Colors of #dbbcf6

#dbbcf6 #f6bcf4 #bebcf6

Monochromatic Colors of #dbbcf6

#dbbcf6

Complementary Color

#dbbcf6 #d7f6bc

#dbbcf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbcf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbcf6 Color CSS Codes

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

#dbbcf6 Text Font Color

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

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


#dbbcf6 Background Color

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

This div background color is #dbbcf6


#dbbcf6 Border Color

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

This div border color is #dbbcf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbcf6


Comments

No comments written yet.

Please login to write comment.