Color Hex Logo

#d931aa Color Hex

#D931AA
(217,49,170)
0 Favorites   0 Comments

Color spaces of #d931aa

RGB 21749170
HSL0.880.690.52
HSV317°77°85°
CMYK 0.000.770.22   0.15
XYZ36.969319.850639.9133
Yxy19.85060.38220.2052
Hunter Lab44.554070.1433-21.9266
CIE-Lab51.667973.3097-26.4674

#d931aa color RGB value is (217,49,170).

#d931aa hex color red value is 217, green value is 49 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d931aa hue: 0.88 , saturation: 0.69 and the lightness value of d931aa is 0.52.

The process color (four color CMYK) of #d931aa color hex is 0.00, 0.77, 0.22, 0.15. Web safe color of #d931aa is #cc3399. Color #d931aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110001 10101010
Octal 331 61 252
Decimal 217 49 170
Hex D9 31 AA

RGB Percentages of Color #d931aa

%49.77
%11.24
%38.99

CMYK Percentages of Color #d931aa

%0
%77
%22
%15

Triadic Colors of #d931aa

#d931aa #aad931 #31aad9

Analogous Colors of #d931aa

#d931aa #d93156 #b431d9

Monochromatic Colors of #d931aa

#d931aa

Complementary Color

#d931aa #31d960

#d931aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d931aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d931aa Color CSS Codes

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

#d931aa Text Font Color

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

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


#d931aa Background Color

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

This div background color is #d931aa


#d931aa Border Color

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

This div border color is #d931aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d931aa


Comments

No comments written yet.

Please login to write comment.