Color Hex Logo

#da66ac Color Hex

#DA66AC
(218,102,172)
0 Favorites   0 Comments

Color spaces of #da66ac

RGB 218102172
HSL0.900.610.63
HSV324°53°85°
CMYK 0.000.530.21   0.15
XYZ41.111227.386742.1491
Yxy27.38670.37160.2475
Hunter Lab52.332348.6445-11.1203
CIE-Lab59.330653.4317-15.8801

#da66ac color RGB value is (218,102,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100110 10101100
Octal 332 146 254
Decimal 218 102 172
Hex DA 66 AC

RGB Percentages of Color #da66ac

%44.31
%20.73
%34.96

CMYK Percentages of Color #da66ac

%0
%53
%21
%15

Triadic Colors of #da66ac

#da66ac #acda66 #66acda

Analogous Colors of #da66ac

#da66ac #da6672 #ce66da

Monochromatic Colors of #da66ac

#da66ac

Complementary Color

#da66ac #66da94

#da66ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da66ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#da66ac Color CSS Codes

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

#da66ac Text Font Color

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

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


#da66ac Background Color

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

This div background color is #da66ac


#da66ac Border Color

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

This div border color is #da66ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da66ac


Comments

No comments written yet.

Please login to write comment.