Color Hex Logo

#db77ad Color Hex

#DB77AD
(219,119,173)
0 Favorites   0 Comments

Color spaces of #db77ad

RGB 219119173
HSL0.910.580.66
HSV328°46°86°
CMYK 0.000.460.21   0.14
XYZ43.353131.270943.2861
Yxy31.27090.36770.2652
Hunter Lab55.920440.5241-6.7501
CIE-Lab62.735745.5068-11.3083

#db77ad color RGB value is (219,119,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110111 10101101
Octal 333 167 255
Decimal 219 119 173
Hex DB 77 AD

RGB Percentages of Color #db77ad

%42.86
%23.29
%33.86

CMYK Percentages of Color #db77ad

%0
%46
%21
%14

Triadic Colors of #db77ad

#db77ad #addb77 #77addb

Analogous Colors of #db77ad

#db77ad #db777b #d777db

Monochromatic Colors of #db77ad

#db77ad

Complementary Color

#db77ad #77dba5

#db77ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db77ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#db77ad Color CSS Codes

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

#db77ad Text Font Color

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

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


#db77ad Background Color

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

This div background color is #db77ad


#db77ad Border Color

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

This div border color is #db77ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db77ad


Comments

No comments written yet.

Please login to write comment.