Color Hex Logo

#db9dbf Color Hex

#DB9DBF
(219,157,191)
1 Favorites   0 Comments

Color spaces of #db9dbf

RGB 219157191
HSL0.910.460.74
HSV327°28°86°
CMYK 0.000.280.13   0.14
XYZ50.674442.935654.9068
Yxy42.93560.34120.2891
Hunter Lab65.525323.3750-3.8143
CIE-Lab71.511228.2303-8.3096

#db9dbf color RGB value is (219,157,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011101 10111111
Octal 333 235 277
Decimal 219 157 191
Hex DB 9D BF

RGB Percentages of Color #db9dbf

%38.62
%27.69
%33.69

CMYK Percentages of Color #db9dbf

%0
%28
%13
%14

Triadic Colors of #db9dbf

#db9dbf #bfdb9d #9dbfdb

Analogous Colors of #db9dbf

#db9dbf #db9da0 #d89ddb

Monochromatic Colors of #db9dbf

#db9dbf

Complementary Color

#db9dbf #9ddbb9

#db9dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9dbf Color CSS Codes

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

#db9dbf Text Font Color

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

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


#db9dbf Background Color

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

This div background color is #db9dbf


#db9dbf Border Color

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

This div border color is #db9dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9dbf

#db9dbf Color Palettes


Comments

No comments written yet.

Please login to write comment.