Color Hex Logo

#dbbcea Color Hex

#DBBCEA
(219,188,234)
0 Favorites   0 Comments

Color spaces of #dbbcea

RGB 219188234
HSL0.780.520.83
HSV280°20°92°
CMYK 0.060.200.00   0.08
XYZ62.047956.967085.5674
Yxy56.96700.30330.2785
Hunter Lab75.476514.6579-14.3833
CIE-Lab80.161019.2562-18.7687

#dbbcea color RGB value is (219,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111100 11101010
Octal 333 274 352
Decimal 219 188 234
Hex DB BC EA

RGB Percentages of Color #dbbcea

%34.17
%29.33
%36.51

CMYK Percentages of Color #dbbcea

%6
%20
%0
%8

Triadic Colors of #dbbcea

#dbbcea #eadbbc #bceadb

Analogous Colors of #dbbcea

#dbbcea #eabce2 #c4bcea

Monochromatic Colors of #dbbcea

#dbbcea

Complementary Color

#dbbcea #cbeabc

#dbbcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbcea Color CSS Codes

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

#dbbcea Text Font Color

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

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


#dbbcea Background Color

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

This div background color is #dbbcea


#dbbcea Border Color

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

This div border color is #dbbcea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,188,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 #dbbcea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbcea


Comments

No comments written yet.

Please login to write comment.