Color Hex Logo

#db51ad Color Hex

#DB51AD
(219,81,173)
0 Favorites   0 Comments

Color spaces of #db51ad

RGB 21981173
HSL0.890.660.59
HSV320°63°86°
CMYK 0.000.630.21   0.14
XYZ39.698723.962142.0680
Yxy23.96210.37550.2266
Hunter Lab48.951159.0967-16.6874
CIE-Lab56.049863.1916-21.4430

#db51ad color RGB value is (219,81,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010001 10101101
Octal 333 121 255
Decimal 219 81 173
Hex DB 51 AD

RGB Percentages of Color #db51ad

%46.30
%17.12
%36.58

CMYK Percentages of Color #db51ad

%0
%63
%21
%14

Triadic Colors of #db51ad

#db51ad #addb51 #51addb

Analogous Colors of #db51ad

#db51ad #db5168 #c451db

Monochromatic Colors of #db51ad

#db51ad

Complementary Color

#db51ad #51db7f

#db51ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db51ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#db51ad Color CSS Codes

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

#db51ad Text Font Color

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

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


#db51ad Background Color

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

This div background color is #db51ad


#db51ad Border Color

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

This div border color is #db51ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db51ad


Comments

No comments written yet.

Please login to write comment.