Color Hex Logo

#db87ab Color Hex

#DB87AB
(219,135,171)
0 Favorites   0 Comments

Color spaces of #db87ab

RGB 219135171
HSL0.930.540.69
HSV334°38°86°
CMYK 0.000.380.22   0.14
XYZ45.228135.328342.9633
Yxy35.32830.36620.2860
Hunter Lab59.437631.8109-1.2503
CIE-Lab66.003536.8920-5.3076

#db87ab color RGB value is (219,135,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000111 10101011
Octal 333 207 253
Decimal 219 135 171
Hex DB 87 AB

RGB Percentages of Color #db87ab

%41.71
%25.71
%32.57

CMYK Percentages of Color #db87ab

%0
%38
%22
%14

Triadic Colors of #db87ab

#db87ab #abdb87 #87abdb

Analogous Colors of #db87ab

#db87ab #db8d87 #db87d5

Monochromatic Colors of #db87ab

#db87ab

Complementary Color

#db87ab #87dbb7

#db87ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db87ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db87ab Color CSS Codes

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

#db87ab Text Font Color

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

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


#db87ab Background Color

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

This div background color is #db87ab


#db87ab Border Color

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

This div border color is #db87ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db87ab


Comments

No comments written yet.

Please login to write comment.