Color Hex Logo

#db45ac Color Hex

#DB45AC
(219,69,172)
0 Favorites   0 Comments

Color spaces of #db45ac

RGB 21969172
HSL0.890.680.56
HSV319°68°86°
CMYK 0.000.680.21   0.14
XYZ38.787922.294941.2887
Yxy22.29490.37890.2178
Hunter Lab47.217564.0024-18.7931
CIE-Lab54.338567.6876-23.4884

#db45ac color RGB value is (219,69,172).

#db45ac hex color red value is 219, green value is 69 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #db45ac hue: 0.89 , saturation: 0.68 and the lightness value of db45ac is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000101 10101100
Octal 333 105 254
Decimal 219 69 172
Hex DB 45 AC

RGB Percentages of Color #db45ac

%47.61
%15.00
%37.39

CMYK Percentages of Color #db45ac

%0
%68
%21
%14

Triadic Colors of #db45ac

#db45ac #acdb45 #45acdb

Analogous Colors of #db45ac

#db45ac #db4561 #bf45db

Monochromatic Colors of #db45ac

#db45ac

Complementary Color

#db45ac #45db74

#db45ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db45ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#db45ac Color CSS Codes

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

#db45ac Text Font Color

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

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


#db45ac Background Color

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

This div background color is #db45ac


#db45ac Border Color

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

This div border color is #db45ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db45ac


Comments

No comments written yet.

Please login to write comment.