Color Hex Logo

#db8aad Color Hex

#DB8AAD
(219,138,173)
0 Favorites   0 Comments

Color spaces of #db8aad

RGB 219138173
HSL0.930.530.70
HSV334°37°86°
CMYK 0.000.370.21   0.14
XYZ45.844736.254244.1166
Yxy36.25420.36320.2872
Hunter Lab60.211530.5389-1.2934
CIE-Lab66.713735.5966-5.3841

#db8aad color RGB value is (219,138,173).

#db8aad hex color red value is 219, green value is 138 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #db8aad hue: 0.93 , saturation: 0.53 and the lightness value of db8aad is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001010 10101101
Octal 333 212 255
Decimal 219 138 173
Hex DB 8A AD

RGB Percentages of Color #db8aad

%41.32
%26.04
%32.64

CMYK Percentages of Color #db8aad

%0
%37
%21
%14

Triadic Colors of #db8aad

#db8aad #addb8a #8aaddb

Analogous Colors of #db8aad

#db8aad #db908a #db8ad6

Monochromatic Colors of #db8aad

#db8aad

Complementary Color

#db8aad #8adbb8

#db8aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8aad Color CSS Codes

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

#db8aad Text Font Color

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

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


#db8aad Background Color

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

This div background color is #db8aad


#db8aad Border Color

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

This div border color is #db8aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8aad


Comments

No comments written yet.

Please login to write comment.