Color Hex Logo

#db87ad Color Hex

#DB87AD
(219,135,173)
0 Favorites   0 Comments

Color spaces of #db87ad

RGB 219135173
HSL0.920.540.69
HSV333°38°86°
CMYK 0.000.380.21   0.14
XYZ45.420235.405143.9751
Yxy35.40510.36390.2837
Hunter Lab59.502232.1268-2.1668
CIE-Lab66.062937.1879-6.3479

#db87ad color RGB value is (219,135,173).

#db87ad hex color red value is 219, green value is 135 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #db87ad hue: 0.92 , saturation: 0.54 and the lightness value of db87ad is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000111 10101101
Octal 333 207 255
Decimal 219 135 173
Hex DB 87 AD

RGB Percentages of Color #db87ad

%41.56
%25.62
%32.83

CMYK Percentages of Color #db87ad

%0
%38
%21
%14

Triadic Colors of #db87ad

#db87ad #addb87 #87addb

Analogous Colors of #db87ad

#db87ad #db8b87 #db87d7

Monochromatic Colors of #db87ad

#db87ad

Complementary Color

#db87ad #87dbb5

#db87ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db87ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#db87ad Color CSS Codes

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

#db87ad Text Font Color

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

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


#db87ad Background Color

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

This div background color is #db87ad


#db87ad Border Color

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

This div border color is #db87ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db87ad


Comments

No comments written yet.

Please login to write comment.