Color Hex Logo

#db8dcb Color Hex

#DB8DCB
(219,141,203)
0 Favorites   0 Comments

Color spaces of #db8dcb

RGB 219141203
HSL0.870.520.71
HSV312°36°86°
CMYK 0.000.360.07   0.14
XYZ49.517838.421661.3062
Yxy38.42160.33180.2574
Hunter Lab61.985234.1234-15.2510
CIE-Lab68.330238.8333-19.7529

#db8dcb color RGB value is (219,141,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001101 11001011
Octal 333 215 313
Decimal 219 141 203
Hex DB 8D CB

RGB Percentages of Color #db8dcb

%38.90
%25.04
%36.06

CMYK Percentages of Color #db8dcb

%0
%36
%7
%14

Triadic Colors of #db8dcb

#db8dcb #cbdb8d #8dcbdb

Analogous Colors of #db8dcb

#db8dcb #db8da4 #c48ddb

Monochromatic Colors of #db8dcb

#db8dcb

Complementary Color

#db8dcb #8ddb9d

#db8dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8dcb Color CSS Codes

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

#db8dcb Text Font Color

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

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


#db8dcb Background Color

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

This div background color is #db8dcb


#db8dcb Border Color

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

This div border color is #db8dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8dcb

#db8dcb Color Palettes


Comments

No comments written yet.

Please login to write comment.