Color Hex Logo

#d971aa Color Hex

#D971AA
(217,113,170)
0 Favorites   0 Comments

Color spaces of #d971aa

RGB 217113170
HSL0.910.580.65
HSV327°48°85°
CMYK 0.000.480.22   0.15
XYZ41.776129.464241.5155
Yxy29.46420.37050.2613
Hunter Lab54.280942.3869-7.3499
CIE-Lab61.189147.4483-11.9416

#d971aa color RGB value is (217,113,170).

#d971aa hex color red value is 217, green value is 113 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d971aa hue: 0.91 , saturation: 0.58 and the lightness value of d971aa is 0.65.

The process color (four color CMYK) of #d971aa color hex is 0.00, 0.48, 0.22, 0.15. Web safe color of #d971aa is #cc6699. Color #d971aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110001 10101010
Octal 331 161 252
Decimal 217 113 170
Hex D9 71 AA

RGB Percentages of Color #d971aa

%43.40
%22.60
%34.00

CMYK Percentages of Color #d971aa

%0
%48
%22
%15

Triadic Colors of #d971aa

#d971aa #aad971 #71aad9

Analogous Colors of #d971aa

#d971aa #d97176 #d471d9

Monochromatic Colors of #d971aa

#d971aa

Complementary Color

#d971aa #71d9a0

#d971aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d971aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d971aa Color CSS Codes

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

#d971aa Text Font Color

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

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


#d971aa Background Color

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

This div background color is #d971aa


#d971aa Border Color

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

This div border color is #d971aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d971aa


Comments

No comments written yet.

Please login to write comment.