Color Hex Logo

#dbb2dc Color Hex

#DBB2DC
(219,178,220)
0 Favorites   0 Comments

Color spaces of #dbb2dc

RGB 219178220
HSL0.830.380.78
HSV299°19°86°
CMYK 0.000.190.00   0.14
XYZ58.052152.068274.7006
Yxy52.06820.31410.2817
Hunter Lab72.158317.3281-10.8681
CIE-Lab77.321621.9770-15.4950

#dbb2dc color RGB value is (219,178,220).

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

The process color (four color CMYK) of #dbb2dc color hex is 0.00, 0.19, 0.00, 0.14. Web safe color of #dbb2dc is #cc99cc. Color #dbb2dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110010 11011100
Octal 333 262 334
Decimal 219 178 220
Hex DB B2 DC

RGB Percentages of Color #dbb2dc

%35.49
%28.85
%35.66

CMYK Percentages of Color #dbb2dc

%0
%19
%0
%14

Triadic Colors of #dbb2dc

#dbb2dc #dcdbb2 #b2dcdb

Analogous Colors of #dbb2dc

#dbb2dc #dcb2c8 #c6b2dc

Monochromatic Colors of #dbb2dc

#dbb2dc

Complementary Color

#dbb2dc #b3dcb2

#dbb2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb2dc Color CSS Codes

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

#dbb2dc Text Font Color

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

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


#dbb2dc Background Color

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

This div background color is #dbb2dc


#dbb2dc Border Color

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

This div border color is #dbb2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb2dc


Comments

No comments written yet.

Please login to write comment.