Color Hex Logo

#db8bdc Color Hex

#DB8BDC
(219,139,220)
0 Favorites   0 Comments

Color spaces of #db8bdc

RGB 219139220
HSL0.830.540.70
HSV299°37°86°
CMYK 0.000.370.00   0.14
XYZ51.364338.692672.4714
Yxy38.69260.31600.2381
Hunter Lab62.203438.5401-25.5347
CIE-Lab68.528042.9207-28.8840

#db8bdc color RGB value is (219,139,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001011 11011100
Octal 333 213 334
Decimal 219 139 220
Hex DB 8B DC

RGB Percentages of Color #db8bdc

%37.89
%24.05
%38.06

CMYK Percentages of Color #db8bdc

%0
%37
%0
%14

Triadic Colors of #db8bdc

#db8bdc #dcdb8b #8bdcdb

Analogous Colors of #db8bdc

#db8bdc #dc8bb5 #b38bdc

Monochromatic Colors of #db8bdc

#db8bdc

Complementary Color

#db8bdc #8cdc8b

#db8bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8bdc Color CSS Codes

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

#db8bdc Text Font Color

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

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


#db8bdc Background Color

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

This div background color is #db8bdc


#db8bdc Border Color

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

This div border color is #db8bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8bdc


Comments

No comments written yet.

Please login to write comment.