Color Hex Logo

#db9dcd Color Hex

#DB9DCD
(219,157,205)
0 Favorites   0 Comments

Color spaces of #db9dcd

RGB 219157205
HSL0.870.460.74
HSV314°28°86°
CMYK 0.000.280.06   0.14
XYZ52.289843.581863.4138
Yxy43.58180.32830.2736
Hunter Lab66.016525.8559-10.7409
CIE-Lab71.948130.6105-15.3864

#db9dcd color RGB value is (219,157,205).

#db9dcd hex color red value is 219, green value is 157 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #db9dcd hue: 0.87 , saturation: 0.46 and the lightness value of db9dcd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011101 11001101
Octal 333 235 315
Decimal 219 157 205
Hex DB 9D CD

RGB Percentages of Color #db9dcd

%37.69
%27.02
%35.28

CMYK Percentages of Color #db9dcd

%0
%28
%6
%14

Triadic Colors of #db9dcd

#db9dcd #cddb9d #9dcddb

Analogous Colors of #db9dcd

#db9dcd #db9dae #ca9ddb

Monochromatic Colors of #db9dcd

#db9dcd

Complementary Color

#db9dcd #9ddbab

#db9dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9dcd Color CSS Codes

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

#db9dcd Text Font Color

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

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


#db9dcd Background Color

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

This div background color is #db9dcd


#db9dcd Border Color

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

This div border color is #db9dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9dcd


Comments

No comments written yet.

Please login to write comment.