Color Hex Logo

#dbbbf2 Color Hex

#DBBBF2
(219,187,242)
0 Favorites   0 Comments

Color spaces of #dbbbf2

RGB 219187242
HSL0.760.680.84
HSV275°23°95°
CMYK 0.100.230.00   0.05
XYZ63.010857.011591.6877
Yxy57.01150.29760.2693
Hunter Lab75.506016.8254-19.1423
CIE-Lab80.186121.3805-23.0250

#dbbbf2 color RGB value is (219,187,242).

#dbbbf2 hex color red value is 219, green value is 187 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #dbbbf2 hue: 0.76 , saturation: 0.68 and the lightness value of dbbbf2 is 0.84.

The process color (four color CMYK) of #dbbbf2 color hex is 0.10, 0.23, 0.00, 0.05. Web safe color of #dbbbf2 is #ccccff. Color #dbbbf2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111011 11110010
Octal 333 273 362
Decimal 219 187 242
Hex DB BB F2

RGB Percentages of Color #dbbbf2

%33.80
%28.86
%37.35

CMYK Percentages of Color #dbbbf2

%10
%23
%0
%5

Triadic Colors of #dbbbf2

#dbbbf2 #f2dbbb #bbf2db

Analogous Colors of #dbbbf2

#dbbbf2 #f2bbee #c0bbf2

Monochromatic Colors of #dbbbf2

#dbbbf2

Complementary Color

#dbbbf2 #d2f2bb

#dbbbf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbbf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbbf2 Color CSS Codes

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

#dbbbf2 Text Font Color

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

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


#dbbbf2 Background Color

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

This div background color is #dbbbf2


#dbbbf2 Border Color

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

This div border color is #dbbbf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbbf2


Comments

No comments written yet.

Please login to write comment.