Color Hex Logo

#d659aa Color Hex

#D659AA
(214,89,170)
0 Favorites   0 Comments

Color spaces of #d659aa

RGB 21489170
HSL0.890.600.59
HSV321°58°84°
CMYK 0.000.580.21   0.16
XYZ38.559624.343240.6966
Yxy24.34320.37220.2350
Hunter Lab49.338853.1595-14.3675
CIE-Lab56.429857.9444-19.1874

#d659aa color RGB value is (214,89,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011001 10101010
Octal 326 131 252
Decimal 214 89 170
Hex D6 59 AA

RGB Percentages of Color #d659aa

%45.24
%18.82
%35.94

CMYK Percentages of Color #d659aa

%0
%58
%21
%16

Triadic Colors of #d659aa

#d659aa #aad659 #59aad6

Analogous Colors of #d659aa

#d659aa #d6596c #c459d6

Monochromatic Colors of #d659aa

#d659aa

Complementary Color

#d659aa #59d685

#d659aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d659aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d659aa Color CSS Codes

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

#d659aa Text Font Color

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

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


#d659aa Background Color

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

This div background color is #d659aa


#d659aa Border Color

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

This div border color is #d659aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d659aa


Comments

No comments written yet.

Please login to write comment.