Color Hex Logo

#db75ad Color Hex

#DB75AD
(219,117,173)
0 Favorites   0 Comments

Color spaces of #db75ad

RGB 219117173
HSL0.910.590.66
HSV327°47°86°
CMYK 0.000.470.21   0.14
XYZ43.117530.799843.2076
Yxy30.79980.36810.2630
Hunter Lab55.497641.5605-7.3119
CIE-Lab62.338346.5212-11.9045

#db75ad color RGB value is (219,117,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110101 10101101
Octal 333 165 255
Decimal 219 117 173
Hex DB 75 AD

RGB Percentages of Color #db75ad

%43.03
%22.99
%33.99

CMYK Percentages of Color #db75ad

%0
%47
%21
%14

Triadic Colors of #db75ad

#db75ad #addb75 #75addb

Analogous Colors of #db75ad

#db75ad #db757a #d675db

Monochromatic Colors of #db75ad

#db75ad

Complementary Color

#db75ad #75dba3

#db75ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db75ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#db75ad Color CSS Codes

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

#db75ad Text Font Color

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

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


#db75ad Background Color

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

This div background color is #db75ad


#db75ad Border Color

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

This div border color is #db75ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db75ad


Comments

No comments written yet.

Please login to write comment.