Color Hex Logo

#db4aaa Color Hex

#DB4AAA
(219,74,170)
0 Favorites   0 Comments

Color spaces of #db4aaa

RGB 21974170
HSL0.890.670.57
HSV320°66°86°
CMYK 0.000.660.22   0.14
XYZ38.917922.859940.3914
Yxy22.85990.38090.2237
Hunter Lab47.812061.6239-16.6195
CIE-Lab54.927765.5617-21.4162

#db4aaa color RGB value is (219,74,170).

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

The process color (four color CMYK) of #db4aaa color hex is 0.00, 0.66, 0.22, 0.14. Web safe color of #db4aaa is #cc3399. Color #db4aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001010 10101010
Octal 333 112 252
Decimal 219 74 170
Hex DB 4A AA

RGB Percentages of Color #db4aaa

%47.30
%15.98
%36.72

CMYK Percentages of Color #db4aaa

%0
%66
%22
%14

Triadic Colors of #db4aaa

#db4aaa #aadb4a #4aaadb

Analogous Colors of #db4aaa

#db4aaa #db4a61 #c44adb

Monochromatic Colors of #db4aaa

#db4aaa

Complementary Color

#db4aaa #4adb7b

#db4aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4aaa Color CSS Codes

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

#db4aaa Text Font Color

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

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


#db4aaa Background Color

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

This div background color is #db4aaa


#db4aaa Border Color

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

This div border color is #db4aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4aaa


Comments

No comments written yet.

Please login to write comment.