Color Hex Logo

#d649aa Color Hex

#D649AA
(214,73,170)
0 Favorites   0 Comments

Color spaces of #d649aa

RGB 21473170
HSL0.890.630.56
HSV319°66°84°
CMYK 0.000.660.21   0.16
XYZ37.369821.963540.3000
Yxy21.96350.37510.2204
Hunter Lab46.865260.3197-18.1786
CIE-Lab53.988364.6213-22.9275

#d649aa color RGB value is (214,73,170).

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

The process color (four color CMYK) of #d649aa color hex is 0.00, 0.66, 0.21, 0.16. Web safe color of #d649aa is #cc3399. Color #d649aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001001 10101010
Octal 326 111 252
Decimal 214 73 170
Hex D6 49 AA

RGB Percentages of Color #d649aa

%46.83
%15.97
%37.20

CMYK Percentages of Color #d649aa

%0
%66
%21
%16

Triadic Colors of #d649aa

#d649aa #aad649 #49aad6

Analogous Colors of #d649aa

#d649aa #d64964 #bc49d6

Monochromatic Colors of #d649aa

#d649aa

Complementary Color

#d649aa #49d675

#d649aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d649aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d649aa Color CSS Codes

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

#d649aa Text Font Color

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

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


#d649aa Background Color

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

This div background color is #d649aa


#d649aa Border Color

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

This div border color is #d649aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d649aa


Comments

No comments written yet.

Please login to write comment.