Color Hex Logo

#d831aa Color Hex

#D831AA
(216,49,170)
0 Favorites   0 Comments

Color spaces of #d831aa

RGB 21649170
HSL0.880.680.52
HSV317°77°85°
CMYK 0.000.770.21   0.15
XYZ36.672919.697839.8994
Yxy19.69780.38090.2046
Hunter Lab44.382269.8252-22.2339
CIE-Lab51.493873.0820-26.7509

#d831aa color RGB value is (216,49,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110001 10101010
Octal 330 61 252
Decimal 216 49 170
Hex D8 31 AA

RGB Percentages of Color #d831aa

%49.66
%11.26
%39.08

CMYK Percentages of Color #d831aa

%0
%77
%21
%15

Triadic Colors of #d831aa

#d831aa #aad831 #31aad8

Analogous Colors of #d831aa

#d831aa #d83156 #b331d8

Monochromatic Colors of #d831aa

#d831aa

Complementary Color

#d831aa #31d85f

#d831aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d831aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d831aa Color CSS Codes

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

#d831aa Text Font Color

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

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


#d831aa Background Color

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

This div background color is #d831aa


#d831aa Border Color

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

This div border color is #d831aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d831aa


Comments

No comments written yet.

Please login to write comment.