Color Hex Logo

#db81af Color Hex

#DB81AF
(219,129,175)
0 Favorites   0 Comments

Color spaces of #db81af

RGB 219129175
HSL0.910.560.68
HSV329°41°86°
CMYK 0.000.410.20   0.14
XYZ44.801533.855744.7309
Yxy33.85570.36310.2744
Hunter Lab58.185735.6157-4.8499
CIE-Lab64.847940.6418-9.2848

#db81af color RGB value is (219,129,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000001 10101111
Octal 333 201 257
Decimal 219 129 175
Hex DB 81 AF

RGB Percentages of Color #db81af

%41.87
%24.67
%33.46

CMYK Percentages of Color #db81af

%0
%41
%20
%14

Triadic Colors of #db81af

#db81af #afdb81 #81afdb

Analogous Colors of #db81af

#db81af #db8182 #da81db

Monochromatic Colors of #db81af

#db81af

Complementary Color

#db81af #81dbad

#db81af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db81af Color Preview on White Background

Lorem ipsum dolor sit amet.

#db81af Color CSS Codes

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

#db81af Text Font Color

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

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


#db81af Background Color

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

This div background color is #db81af


#db81af Border Color

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

This div border color is #db81af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db81af


Comments

No comments written yet.

Please login to write comment.