Color Hex Logo

#db87ae Color Hex

#DB87AE
(219,135,174)
0 Favorites   0 Comments

Color spaces of #db87ae

RGB 219135174
HSL0.920.540.69
HSV332°38°86°
CMYK 0.000.380.21   0.14
XYZ45.517435.444044.4867
Yxy35.44400.36280.2825
Hunter Lab59.534932.2862-2.6293
CIE-Lab66.092937.3371-6.8672

#db87ae color RGB value is (219,135,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000111 10101110
Octal 333 207 256
Decimal 219 135 174
Hex DB 87 AE

RGB Percentages of Color #db87ae

%41.48
%25.57
%32.95

CMYK Percentages of Color #db87ae

%0
%38
%21
%14

Triadic Colors of #db87ae

#db87ae #aedb87 #87aedb

Analogous Colors of #db87ae

#db87ae #db8a87 #db87d8

Monochromatic Colors of #db87ae

#db87ae

Complementary Color

#db87ae #87dbb4

#db87ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db87ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#db87ae Color CSS Codes

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

#db87ae Text Font Color

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

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


#db87ae Background Color

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

This div background color is #db87ae


#db87ae Border Color

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

This div border color is #db87ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db87ae


Comments

No comments written yet.

Please login to write comment.