Color Hex Logo

#db9aad Color Hex

#DB9AAD
(219,154,173)
0 Favorites   0 Comments

Color spaces of #db9aad

RGB 219154173
HSL0.950.470.73
HSV342°30°86°
CMYK 0.000.300.21   0.14
XYZ48.311841.188444.9390
Yxy41.18840.35940.3064
Hunter Lab64.178222.05873.4086
CIE-Lab70.307727.0165-0.1015

#db9aad color RGB value is (219,154,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011010 10101101
Octal 333 232 255
Decimal 219 154 173
Hex DB 9A AD

RGB Percentages of Color #db9aad

%40.11
%28.21
%31.68

CMYK Percentages of Color #db9aad

%0
%30
%21
%14

Triadic Colors of #db9aad

#db9aad #addb9a #9aaddb

Analogous Colors of #db9aad

#db9aad #dba89a #db9ace

Monochromatic Colors of #db9aad

#db9aad

Complementary Color

#db9aad #9adbc8

#db9aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9aad Color CSS Codes

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

#db9aad Text Font Color

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

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


#db9aad Background Color

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

This div background color is #db9aad


#db9aad Border Color

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

This div border color is #db9aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9aad


Comments

No comments written yet.

Please login to write comment.