Color Hex Logo

#db96ac Color Hex

#DB96AC
(219,150,172)
0 Favorites   0 Comments

Color spaces of #db96ac

RGB 219150172
HSL0.950.490.72
HSV341°32°86°
CMYK 0.000.320.21   0.14
XYZ47.566239.851344.2148
Yxy39.85130.36140.3027
Hunter Lab63.127924.02412.6628
CIE-Lab69.363529.0230-0.9253

#db96ac color RGB value is (219,150,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010110 10101100
Octal 333 226 254
Decimal 219 150 172
Hex DB 96 AC

RGB Percentages of Color #db96ac

%40.48
%27.73
%31.79

CMYK Percentages of Color #db96ac

%0
%32
%21
%14

Triadic Colors of #db96ac

#db96ac #acdb96 #96acdb

Analogous Colors of #db96ac

#db96ac #dba396 #db96cf

Monochromatic Colors of #db96ac

#db96ac

Complementary Color

#db96ac #96dbc5

#db96ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db96ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#db96ac Color CSS Codes

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

#db96ac Text Font Color

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

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


#db96ac Background Color

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

This div background color is #db96ac


#db96ac Border Color

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

This div border color is #db96ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db96ac


Comments

No comments written yet.

Please login to write comment.