Color Hex Logo

#db9dca Color Hex

#DB9DCA
(219,157,202)
0 Favorites   0 Comments

Color spaces of #db9dca

RGB 219157202
HSL0.880.460.74
HSV316°28°86°
CMYK 0.000.280.08   0.14
XYZ51.931143.438361.5245
Yxy43.43830.33100.2769
Hunter Lab65.907725.3081-9.2115
CIE-Lab71.851430.0881-13.8776

#db9dca color RGB value is (219,157,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011101 11001010
Octal 333 235 312
Decimal 219 157 202
Hex DB 9D CA

RGB Percentages of Color #db9dca

%37.89
%27.16
%34.95

CMYK Percentages of Color #db9dca

%0
%28
%8
%14

Triadic Colors of #db9dca

#db9dca #cadb9d #9dcadb

Analogous Colors of #db9dca

#db9dca #db9dab #cd9ddb

Monochromatic Colors of #db9dca

#db9dca

Complementary Color

#db9dca #9ddbae

#db9dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9dca Color CSS Codes

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

#db9dca Text Font Color

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

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


#db9dca Background Color

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

This div background color is #db9dca


#db9dca Border Color

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

This div border color is #db9dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9dca


Comments

No comments written yet.

Please login to write comment.