Color Hex Logo

#dbbbea Color Hex

#DBBBEA
(219,187,234)
0 Favorites   0 Comments

Color spaces of #dbbbea

RGB 219187234
HSL0.780.530.83
HSV281°20°92°
CMYK 0.060.200.00   0.08
XYZ61.835056.541285.4964
Yxy56.54120.30330.2773
Hunter Lab75.193915.1985-14.7778
CIE-Lab79.920819.7948-19.1318

#dbbbea color RGB value is (219,187,234).

#dbbbea hex color red value is 219, green value is 187 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dbbbea hue: 0.78 , saturation: 0.53 and the lightness value of dbbbea is 0.83.

The process color (four color CMYK) of #dbbbea color hex is 0.06, 0.20, 0.00, 0.08. Web safe color of #dbbbea is #ccccff. Color #dbbbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111011 11101010
Octal 333 273 352
Decimal 219 187 234
Hex DB BB EA

RGB Percentages of Color #dbbbea

%34.22
%29.22
%36.56

CMYK Percentages of Color #dbbbea

%6
%20
%0
%8

Triadic Colors of #dbbbea

#dbbbea #eadbbb #bbeadb

Analogous Colors of #dbbbea

#dbbbea #eabbe2 #c4bbea

Monochromatic Colors of #dbbbea

#dbbbea

Complementary Color

#dbbbea #caeabb

#dbbbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbbea Color CSS Codes

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

#dbbbea Text Font Color

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

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


#dbbbea Background Color

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

This div background color is #dbbbea


#dbbbea Border Color

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

This div border color is #dbbbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbbea

#dbbbea Color Palettes


Comments

No comments written yet.

Please login to write comment.