Color Hex Logo

#d660aa Color Hex

#D660AA
(214,96,170)
0 Favorites   0 Comments

Color spaces of #d660aa

RGB 21496170
HSL0.900.590.61
HSV322°55°84°
CMYK 0.000.550.21   0.16
XYZ39.170125.564240.9001
Yxy25.56420.37080.2420
Hunter Lab50.561149.8037-12.5684
CIE-Lab57.621154.7528-17.3733

#d660aa color RGB value is (214,96,170).

#d660aa hex color red value is 214, green value is 96 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d660aa hue: 0.90 , saturation: 0.59 and the lightness value of d660aa is 0.61.

The process color (four color CMYK) of #d660aa color hex is 0.00, 0.55, 0.21, 0.16. Web safe color of #d660aa is #cc6699. Color #d660aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100000 10101010
Octal 326 140 252
Decimal 214 96 170
Hex D6 60 AA

RGB Percentages of Color #d660aa

%44.58
%20.00
%35.42

CMYK Percentages of Color #d660aa

%0
%55
%21
%16

Triadic Colors of #d660aa

#d660aa #aad660 #60aad6

Analogous Colors of #d660aa

#d660aa #d6606f #c760d6

Monochromatic Colors of #d660aa

#d660aa

Complementary Color

#d660aa #60d68c

#d660aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d660aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d660aa Color CSS Codes

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

#d660aa Text Font Color

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

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


#d660aa Background Color

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

This div background color is #d660aa


#d660aa Border Color

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

This div border color is #d660aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d660aa


Comments

No comments written yet.

Please login to write comment.