Color Hex Logo

#d321aa Color Hex

#D321AA
(211,33,170)
0 Favorites   0 Comments

Color spaces of #d321aa

RGB 21133170
HSL0.870.730.48
HSV314°84°83°
CMYK 0.000.840.19   0.17
XYZ34.663517.838939.6465
Yxy17.83890.37620.1936
Hunter Lab42.236172.5831-26.0895
CIE-Lab49.300175.7640-30.2300

#d321aa color RGB value is (211,33,170).

#d321aa hex color red value is 211, green value is 33 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d321aa hue: 0.87 , saturation: 0.73 and the lightness value of d321aa is 0.48.

The process color (four color CMYK) of #d321aa color hex is 0.00, 0.84, 0.19, 0.17. Web safe color of #d321aa is #cc3399. Color #d321aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100001 10101010
Octal 323 41 252
Decimal 211 33 170
Hex D3 21 AA

RGB Percentages of Color #d321aa

%50.97
%7.97
%41.06

CMYK Percentages of Color #d321aa

%0
%84
%19
%17

Triadic Colors of #d321aa

#d321aa #aad321 #21aad3

Analogous Colors of #d321aa

#d321aa #d32151 #a321d3

Monochromatic Colors of #d321aa

#d321aa

Complementary Color

#d321aa #21d34a

#d321aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d321aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d321aa Color CSS Codes

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

#d321aa Text Font Color

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

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


#d321aa Background Color

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

This div background color is #d321aa


#d321aa Border Color

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

This div border color is #d321aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d321aa


Comments

No comments written yet.

Please login to write comment.