Color Hex Logo

#db99ad Color Hex

#DB99AD
(219,153,173)
0 Favorites   0 Comments

Color spaces of #db99ad

RGB 219153173
HSL0.950.480.73
HSV342°30°86°
CMYK 0.000.300.21   0.14
XYZ48.147540.859744.8842
Yxy40.85970.35960.3052
Hunter Lab63.921622.58833.1131
CIE-Lab70.077527.5559-0.4379

#db99ad color RGB value is (219,153,173).

#db99ad hex color red value is 219, green value is 153 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #db99ad hue: 0.95 , saturation: 0.48 and the lightness value of db99ad is 0.73.

The process color (four color CMYK) of #db99ad color hex is 0.00, 0.30, 0.21, 0.14. Web safe color of #db99ad is #cc9999. Color #db99ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011001 10101101
Octal 333 231 255
Decimal 219 153 173
Hex DB 99 AD

RGB Percentages of Color #db99ad

%40.18
%28.07
%31.74

CMYK Percentages of Color #db99ad

%0
%30
%21
%14

Triadic Colors of #db99ad

#db99ad #addb99 #99addb

Analogous Colors of #db99ad

#db99ad #dba699 #db99ce

Monochromatic Colors of #db99ad

#db99ad

Complementary Color

#db99ad #99dbc7

#db99ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db99ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#db99ad Color CSS Codes

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

#db99ad Text Font Color

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

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


#db99ad Background Color

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

This div background color is #db99ad


#db99ad Border Color

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

This div border color is #db99ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db99ad


Comments

No comments written yet.

Please login to write comment.