Color Hex Logo

#db54ad Color Hex

#DB54AD
(219,84,173)
0 Favorites   0 Comments

Color spaces of #db54ad

RGB 21984173
HSL0.890.650.59
HSV320°62°86°
CMYK 0.000.620.21   0.14
XYZ39.926624.417842.1439
Yxy24.41780.37490.2293
Hunter Lab49.414457.7521-15.9764
CIE-Lab56.503761.9491-20.7480

#db54ad color RGB value is (219,84,173).

#db54ad hex color red value is 219, green value is 84 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #db54ad hue: 0.89 , saturation: 0.65 and the lightness value of db54ad is 0.59.

The process color (four color CMYK) of #db54ad color hex is 0.00, 0.62, 0.21, 0.14. Web safe color of #db54ad is #cc6699. Color #db54ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010100 10101101
Octal 333 124 255
Decimal 219 84 173
Hex DB 54 AD

RGB Percentages of Color #db54ad

%46.01
%17.65
%36.34

CMYK Percentages of Color #db54ad

%0
%62
%21
%14

Triadic Colors of #db54ad

#db54ad #addb54 #54addb

Analogous Colors of #db54ad

#db54ad #db546a #c654db

Monochromatic Colors of #db54ad

#db54ad

Complementary Color

#db54ad #54db82

#db54ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db54ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#db54ad Color CSS Codes

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

#db54ad Text Font Color

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

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


#db54ad Background Color

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

This div background color is #db54ad


#db54ad Border Color

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

This div border color is #db54ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db54ad


Comments

No comments written yet.

Please login to write comment.