Color Hex Logo

#d771aa Color Hex

#D771AA
(215,113,170)
0 Favorites   0 Comments

Color spaces of #d771aa

RGB 215113170
HSL0.910.560.64
HSV326°47°84°
CMYK 0.000.470.21   0.16
XYZ41.185229.159641.4879
Yxy29.15960.36830.2607
Hunter Lab53.999641.6415-7.7527
CIE-Lab60.922246.7978-12.3696

#d771aa color RGB value is (215,113,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110001 10101010
Octal 327 161 252
Decimal 215 113 170
Hex D7 71 AA

RGB Percentages of Color #d771aa

%43.17
%22.69
%34.14

CMYK Percentages of Color #d771aa

%0
%47
%21
%16

Triadic Colors of #d771aa

#d771aa #aad771 #71aad7

Analogous Colors of #d771aa

#d771aa #d77177 #d171d7

Monochromatic Colors of #d771aa

#d771aa

Complementary Color

#d771aa #71d79e

#d771aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d771aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d771aa Color CSS Codes

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

#d771aa Text Font Color

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

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


#d771aa Background Color

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

This div background color is #d771aa


#d771aa Border Color

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

This div border color is #d771aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d771aa


Comments

No comments written yet.

Please login to write comment.