Color Hex Logo

#db8dbd Color Hex

#DB8DBD
(219,141,189)
0 Favorites   0 Comments

Color spaces of #db8dbd

RGB 219141189
HSL0.900.520.71
HSV323°36°86°
CMYK 0.000.360.14   0.14
XYZ47.923637.783952.9113
Yxy37.78390.34570.2726
Hunter Lab61.468631.5963-8.0080
CIE-Lab67.861036.4908-12.6507

#db8dbd color RGB value is (219,141,189).

#db8dbd hex color red value is 219, green value is 141 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #db8dbd hue: 0.90 , saturation: 0.52 and the lightness value of db8dbd is 0.71.

The process color (four color CMYK) of #db8dbd color hex is 0.00, 0.36, 0.14, 0.14. Web safe color of #db8dbd is #cc99cc. Color #db8dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001101 10111101
Octal 333 215 275
Decimal 219 141 189
Hex DB 8D BD

RGB Percentages of Color #db8dbd

%39.89
%25.68
%34.43

CMYK Percentages of Color #db8dbd

%0
%36
%14
%14

Triadic Colors of #db8dbd

#db8dbd #bddb8d #8dbddb

Analogous Colors of #db8dbd

#db8dbd #db8d96 #d28ddb

Monochromatic Colors of #db8dbd

#db8dbd

Complementary Color

#db8dbd #8ddbab

#db8dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8dbd Color CSS Codes

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

#db8dbd Text Font Color

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

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


#db8dbd Background Color

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

This div background color is #db8dbd


#db8dbd Border Color

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

This div border color is #db8dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8dbd


Comments

No comments written yet.

Please login to write comment.