Color Hex Logo

#db1aad Color Hex

#DB1AAD
(219,26,173)
0 Favorites   0 Comments

Color spaces of #db1aad

RGB 21926173
HSL0.870.790.48
HSV314°88°86°
CMYK 0.000.880.21   0.14
XYZ37.125618.816041.2103
Yxy18.81600.38210.1937
Hunter Lab43.377476.8630-25.9637
CIE-Lab50.471278.9813-30.0644

#db1aad color RGB value is (219,26,173).

#db1aad hex color red value is 219, green value is 26 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #db1aad hue: 0.87 , saturation: 0.79 and the lightness value of db1aad is 0.48.

The process color (four color CMYK) of #db1aad color hex is 0.00, 0.88, 0.21, 0.14. Web safe color of #db1aad is #cc3399. Color #db1aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011010 10101101
Octal 333 32 255
Decimal 219 26 173
Hex DB 1A AD

RGB Percentages of Color #db1aad

%52.39
%6.22
%41.39

CMYK Percentages of Color #db1aad

%0
%88
%21
%14

Triadic Colors of #db1aad

#db1aad #addb1a #1aaddb

Analogous Colors of #db1aad

#db1aad #db1a4d #a91adb

Monochromatic Colors of #db1aad

#db1aad

Complementary Color

#db1aad #1adb48

#db1aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1aad Color CSS Codes

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

#db1aad Text Font Color

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

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


#db1aad Background Color

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

This div background color is #db1aad


#db1aad Border Color

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

This div border color is #db1aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1aad


Comments

No comments written yet.

Please login to write comment.