Color Hex Logo

#d060aa Color Hex

#D060AA
(208,96,170)
0 Favorites   0 Comments

Color spaces of #d060aa

RGB 20896170
HSL0.890.540.60
HSV320°54°82°
CMYK 0.000.540.18   0.18
XYZ37.451024.677940.8196
Yxy24.67790.36380.2397
Hunter Lab49.676947.6353-13.9449
CIE-Lab56.760252.9383-18.7627

#d060aa color RGB value is (208,96,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100000 10101010
Octal 320 140 252
Decimal 208 96 170
Hex D0 60 AA

RGB Percentages of Color #d060aa

%43.88
%20.25
%35.86

CMYK Percentages of Color #d060aa

%0
%54
%18
%18

Triadic Colors of #d060aa

#d060aa #aad060 #60aad0

Analogous Colors of #d060aa

#d060aa #d06072 #be60d0

Monochromatic Colors of #d060aa

#d060aa

Complementary Color

#d060aa #60d086

#d060aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d060aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d060aa Color CSS Codes

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

#d060aa Text Font Color

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

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


#d060aa Background Color

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

This div background color is #d060aa


#d060aa Border Color

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

This div border color is #d060aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,96,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d060aa


Comments

No comments written yet.

Please login to write comment.