Color Hex Logo

#db9dcb Color Hex

#DB9DCB
(219,157,203)
0 Favorites   0 Comments

Color spaces of #db9dcb

RGB 219157203
HSL0.880.460.74
HSV315°28°86°
CMYK 0.000.280.07   0.14
XYZ52.049943.485862.1502
Yxy43.48580.33010.2758
Hunter Lab65.943825.4898-9.7186
CIE-Lab71.883530.2615-14.3810

#db9dcb color RGB value is (219,157,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011101 11001011
Octal 333 235 313
Decimal 219 157 203
Hex DB 9D CB

RGB Percentages of Color #db9dcb

%37.82
%27.12
%35.06

CMYK Percentages of Color #db9dcb

%0
%28
%7
%14

Triadic Colors of #db9dcb

#db9dcb #cbdb9d #9dcbdb

Analogous Colors of #db9dcb

#db9dcb #db9dac #cc9ddb

Monochromatic Colors of #db9dcb

#db9dcb

Complementary Color

#db9dcb #9ddbad

#db9dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9dcb Color CSS Codes

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

#db9dcb Text Font Color

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

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


#db9dcb Background Color

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

This div background color is #db9dcb


#db9dcb Border Color

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

This div border color is #db9dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9dcb


Comments

No comments written yet.

Please login to write comment.