Color Hex Logo

#db05ac Color Hex

#DB05AC
(219,5,172)
0 Favorites   0 Comments

Color spaces of #db05ac

RGB 2195172
HSL0.870.960.44
HSV313°98°86°
CMYK 0.000.980.21   0.14
XYZ36.714118.147240.5974
Yxy18.14720.38460.1901
Hunter Lab42.599579.2898-26.6838
CIE-Lab49.674281.0615-30.7179

#db05ac color RGB value is (219,5,172).

#db05ac hex color red value is 219, green value is 5 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #db05ac hue: 0.87 , saturation: 0.96 and the lightness value of db05ac is 0.44.

The process color (four color CMYK) of #db05ac color hex is 0.00, 0.98, 0.21, 0.14. Web safe color of #db05ac is #cc0099. Color #db05ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000101 10101100
Octal 333 5 254
Decimal 219 5 172
Hex DB 5 AC

RGB Percentages of Color #db05ac

%55.30
%1.26
%43.43

CMYK Percentages of Color #db05ac

%0
%98
%21
%14

Triadic Colors of #db05ac

#db05ac #acdb05 #05acdb

Analogous Colors of #db05ac

#db05ac #db0541 #9f05db

Monochromatic Colors of #db05ac

#db05ac

Complementary Color

#db05ac #05db34

#db05ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db05ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#db05ac Color CSS Codes

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

#db05ac Text Font Color

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

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


#db05ac Background Color

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

This div background color is #db05ac


#db05ac Border Color

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

This div border color is #db05ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db05ac


Comments

No comments written yet.

Please login to write comment.