Color Hex Logo

#db81ab Color Hex

#DB81AB
(219,129,171)
0 Favorites   0 Comments

Color spaces of #db81ab

RGB 219129171
HSL0.920.560.68
HSV332°41°86°
CMYK 0.000.410.22   0.14
XYZ44.414433.700942.6921
Yxy33.70090.36760.2790
Hunter Lab58.052534.9738-2.9654
CIE-Lab64.724540.0498-7.2035

#db81ab color RGB value is (219,129,171).

#db81ab hex color red value is 219, green value is 129 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #db81ab hue: 0.92 , saturation: 0.56 and the lightness value of db81ab is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000001 10101011
Octal 333 201 253
Decimal 219 129 171
Hex DB 81 AB

RGB Percentages of Color #db81ab

%42.20
%24.86
%32.95

CMYK Percentages of Color #db81ab

%0
%41
%22
%14

Triadic Colors of #db81ab

#db81ab #abdb81 #81abdb

Analogous Colors of #db81ab

#db81ab #db8481 #db81d8

Monochromatic Colors of #db81ab

#db81ab

Complementary Color

#db81ab #81dbb1

#db81ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db81ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db81ab Color CSS Codes

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

#db81ab Text Font Color

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

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


#db81ab Background Color

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

This div background color is #db81ab


#db81ab Border Color

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

This div border color is #db81ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db81ab


Comments

No comments written yet.

Please login to write comment.