Color Hex Logo

#db97ac Color Hex

#DB97AC
(219,151,172)
0 Favorites   0 Comments

Color spaces of #db97ac

RGB 219151172
HSL0.950.490.73
HSV341°31°86°
CMYK 0.000.310.21   0.14
XYZ47.726440.171844.2682
Yxy40.17180.36110.3039
Hunter Lab63.381223.49432.9562
CIE-Lab69.591728.4844-0.5914

#db97ac color RGB value is (219,151,172).

#db97ac hex color red value is 219, green value is 151 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #db97ac hue: 0.95 , saturation: 0.49 and the lightness value of db97ac is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010111 10101100
Octal 333 227 254
Decimal 219 151 172
Hex DB 97 AC

RGB Percentages of Color #db97ac

%40.41
%27.86
%31.73

CMYK Percentages of Color #db97ac

%0
%31
%21
%14

Triadic Colors of #db97ac

#db97ac #acdb97 #97acdb

Analogous Colors of #db97ac

#db97ac #dba497 #db97ce

Monochromatic Colors of #db97ac

#db97ac

Complementary Color

#db97ac #97dbc6

#db97ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db97ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#db97ac Color CSS Codes

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

#db97ac Text Font Color

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

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


#db97ac Background Color

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

This div background color is #db97ac


#db97ac Border Color

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

This div border color is #db97ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db97ac


Comments

No comments written yet.

Please login to write comment.