Color Hex Logo

#db66ac Color Hex

#DB66AC
(219,102,172)
0 Favorites   0 Comments

Color spaces of #db66ac

RGB 219102172
HSL0.900.620.63
HSV324°53°86°
CMYK 0.000.530.21   0.14
XYZ41.411227.541442.1631
Yxy27.54140.37270.2479
Hunter Lab52.479949.0122-10.8985
CIE-Lab59.472153.7390-15.6521

#db66ac color RGB value is (219,102,172).

#db66ac hex color red value is 219, green value is 102 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #db66ac hue: 0.90 , saturation: 0.62 and the lightness value of db66ac is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100110 10101100
Octal 333 146 254
Decimal 219 102 172
Hex DB 66 AC

RGB Percentages of Color #db66ac

%44.42
%20.69
%34.89

CMYK Percentages of Color #db66ac

%0
%53
%21
%14

Triadic Colors of #db66ac

#db66ac #acdb66 #66acdb

Analogous Colors of #db66ac

#db66ac #db6672 #d066db

Monochromatic Colors of #db66ac

#db66ac

Complementary Color

#db66ac #66db95

#db66ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db66ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#db66ac Color CSS Codes

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

#db66ac Text Font Color

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

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


#db66ac Background Color

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

This div background color is #db66ac


#db66ac Border Color

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

This div border color is #db66ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,102,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #db66ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db66ac


Comments

No comments written yet.

Please login to write comment.