Color Hex Logo

#db8bdd Color Hex

#DB8BDD
(219,139,221)
0 Favorites   0 Comments

Color spaces of #db8bdd

RGB 219139221
HSL0.830.550.71
HSV299°37°87°
CMYK 0.010.370.00   0.13
XYZ51.497238.745873.1711
Yxy38.74580.31510.2371
Hunter Lab62.246138.7451-26.1239
CIE-Lab68.566743.1047-29.3774

#db8bdd color RGB value is (219,139,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001011 11011101
Octal 333 213 335
Decimal 219 139 221
Hex DB 8B DD

RGB Percentages of Color #db8bdd

%37.82
%24.01
%38.17

CMYK Percentages of Color #db8bdd

%1
%37
%0
%13

Triadic Colors of #db8bdd

#db8bdd #dddb8b #8bdddb

Analogous Colors of #db8bdd

#db8bdd #dd8bb6 #b28bdd

Monochromatic Colors of #db8bdd

#db8bdd

Complementary Color

#db8bdd #8ddd8b

#db8bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8bdd Color CSS Codes

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

#db8bdd Text Font Color

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

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


#db8bdd Background Color

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

This div background color is #db8bdd


#db8bdd Border Color

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

This div border color is #db8bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8bdd


Comments

No comments written yet.

Please login to write comment.