Color Hex Logo

#d569aa Color Hex

#D569AA
(213,105,170)
0 Favorites   0 Comments

Color spaces of #d569aa

RGB 213105170
HSL0.900.560.62
HSV324°51°84°
CMYK 0.000.510.20   0.16
XYZ39.747827.151641.1760
Yxy27.15160.36780.2512
Hunter Lab52.107244.9737-10.3769
CIE-Lab59.114450.1363-15.1223

#d569aa color RGB value is (213,105,170).

#d569aa hex color red value is 213, green value is 105 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d569aa hue: 0.90 , saturation: 0.56 and the lightness value of d569aa is 0.62.

The process color (four color CMYK) of #d569aa color hex is 0.00, 0.51, 0.20, 0.16. Web safe color of #d569aa is #cc6699. Color #d569aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101001 10101010
Octal 325 151 252
Decimal 213 105 170
Hex D5 69 AA

RGB Percentages of Color #d569aa

%43.65
%21.52
%34.84

CMYK Percentages of Color #d569aa

%0
%51
%20
%16

Triadic Colors of #d569aa

#d569aa #aad569 #69aad5

Analogous Colors of #d569aa

#d569aa #d56974 #ca69d5

Monochromatic Colors of #d569aa

#d569aa

Complementary Color

#d569aa #69d594

#d569aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d569aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d569aa Color CSS Codes

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

#d569aa Text Font Color

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

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


#d569aa Background Color

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

This div background color is #d569aa


#d569aa Border Color

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

This div border color is #d569aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d569aa


Comments

No comments written yet.

Please login to write comment.