Color Hex Logo

#db74ad Color Hex

#DB74AD
(219,116,173)
0 Favorites   0 Comments

Color spaces of #db74ad

RGB 219116173
HSL0.910.590.66
HSV327°47°86°
CMYK 0.000.470.21   0.14
XYZ43.001630.568043.1689
Yxy30.56800.36840.2619
Hunter Lab55.288342.0773-7.5915
CIE-Lab62.141247.0259-12.2003

#db74ad color RGB value is (219,116,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110100 10101101
Octal 333 164 255
Decimal 219 116 173
Hex DB 74 AD

RGB Percentages of Color #db74ad

%43.11
%22.83
%34.06

CMYK Percentages of Color #db74ad

%0
%47
%21
%14

Triadic Colors of #db74ad

#db74ad #addb74 #74addb

Analogous Colors of #db74ad

#db74ad #db747a #d674db

Monochromatic Colors of #db74ad

#db74ad

Complementary Color

#db74ad #74dba2

#db74ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db74ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#db74ad Color CSS Codes

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

#db74ad Text Font Color

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

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


#db74ad Background Color

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

This div background color is #db74ad


#db74ad Border Color

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

This div border color is #db74ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db74ad


Comments

No comments written yet.

Please login to write comment.