Color Hex Logo

#db7aad Color Hex

#DB7AAD
(219,122,173)
0 Favorites   0 Comments

Color spaces of #db7aad

RGB 219122173
HSL0.910.570.67
HSV328°44°86°
CMYK 0.000.440.21   0.14
XYZ43.715831.996343.4070
Yxy31.99630.36700.2686
Hunter Lab56.565338.9624-5.9022
CIE-Lab63.339843.9730-10.4034

#db7aad color RGB value is (219,122,173).

#db7aad hex color red value is 219, green value is 122 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #db7aad hue: 0.91 , saturation: 0.57 and the lightness value of db7aad is 0.67.

The process color (four color CMYK) of #db7aad color hex is 0.00, 0.44, 0.21, 0.14. Web safe color of #db7aad is #cc6699. Color #db7aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111010 10101101
Octal 333 172 255
Decimal 219 122 173
Hex DB 7A AD

RGB Percentages of Color #db7aad

%42.61
%23.74
%33.66

CMYK Percentages of Color #db7aad

%0
%44
%21
%14

Triadic Colors of #db7aad

#db7aad #addb7a #7aaddb

Analogous Colors of #db7aad

#db7aad #db7a7d #d97adb

Monochromatic Colors of #db7aad

#db7aad

Complementary Color

#db7aad #7adba8

#db7aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7aad Color CSS Codes

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

#db7aad Text Font Color

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

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


#db7aad Background Color

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

This div background color is #db7aad


#db7aad Border Color

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

This div border color is #db7aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7aad


Comments

No comments written yet.

Please login to write comment.