Color Hex Logo

#dbb0ed Color Hex

#DBB0ED
(219,176,237)
0 Favorites   0 Comments

Color spaces of #dbb0ed

RGB 219176237
HSL0.780.630.81
HSV282°26°93°
CMYK 0.080.260.00   0.07
XYZ60.024852.225287.0376
Yxy52.22520.30120.2621
Hunter Lab72.267021.7944-20.8213
CIE-Lab77.415326.3249-24.5538

#dbb0ed color RGB value is (219,176,237).

#dbb0ed hex color red value is 219, green value is 176 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dbb0ed hue: 0.78 , saturation: 0.63 and the lightness value of dbb0ed is 0.81.

The process color (four color CMYK) of #dbb0ed color hex is 0.08, 0.26, 0.00, 0.07. Web safe color of #dbb0ed is #cc99ff. Color #dbb0ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110000 11101101
Octal 333 260 355
Decimal 219 176 237
Hex DB B0 ED

RGB Percentages of Color #dbb0ed

%34.65
%27.85
%37.50

CMYK Percentages of Color #dbb0ed

%8
%26
%0
%7

Triadic Colors of #dbb0ed

#dbb0ed #eddbb0 #b0eddb

Analogous Colors of #dbb0ed

#dbb0ed #edb0e1 #bdb0ed

Monochromatic Colors of #dbb0ed

#dbb0ed

Complementary Color

#dbb0ed #c2edb0

#dbb0ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb0ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb0ed Color CSS Codes

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

#dbb0ed Text Font Color

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

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


#dbb0ed Background Color

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

This div background color is #dbb0ed


#dbb0ed Border Color

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

This div border color is #dbb0ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb0ed


Comments

No comments written yet.

Please login to write comment.