Color Hex Logo

#d060ac Color Hex

#D060AC
(208,96,172)
0 Favorites   0 Comments

Color spaces of #d060ac

RGB 20896172
HSL0.890.540.60
HSV319°54°82°
CMYK 0.000.540.17   0.18
XYZ37.641724.754241.8238
Yxy24.75420.36120.2375
Hunter Lab49.753647.9776-15.0128
CIE-Lab56.835153.2365-19.8066

#d060ac color RGB value is (208,96,172).

#d060ac hex color red value is 208, green value is 96 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d060ac hue: 0.89 , saturation: 0.54 and the lightness value of d060ac is 0.60.

The process color (four color CMYK) of #d060ac color hex is 0.00, 0.54, 0.17, 0.18. Web safe color of #d060ac is #cc6699. Color #d060ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100000 10101100
Octal 320 140 254
Decimal 208 96 172
Hex D0 60 AC

RGB Percentages of Color #d060ac

%43.70
%20.17
%36.13

CMYK Percentages of Color #d060ac

%0
%54
%17
%18

Triadic Colors of #d060ac

#d060ac #acd060 #60acd0

Analogous Colors of #d060ac

#d060ac #d06074 #bc60d0

Monochromatic Colors of #d060ac

#d060ac

Complementary Color

#d060ac #60d084

#d060ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d060ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d060ac Color CSS Codes

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

#d060ac Text Font Color

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

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


#d060ac Background Color

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

This div background color is #d060ac


#d060ac Border Color

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

This div border color is #d060ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d060ac


Comments

No comments written yet.

Please login to write comment.