Color Hex Logo

#aa216b Color Hex

#AA216B
(170,33,107)
0 Favorites   0 Comments

Color spaces of #aa216b

RGB 17033107
HSL0.910.670.40
HSV328°81°67°
CMYK 0.000.810.37   0.33
XYZ19.775310.695314.9320
Yxy10.69530.43560.2356
Hunter Lab32.703750.7042-4.1783
CIE-Lab39.062558.9390-8.2021

#aa216b color RGB value is (170,33,107).

#aa216b hex color red value is 170, green value is 33 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #aa216b hue: 0.91 , saturation: 0.67 and the lightness value of aa216b is 0.40.

The process color (four color CMYK) of #aa216b color hex is 0.00, 0.81, 0.37, 0.33. Web safe color of #aa216b is #993366. Color #aa216b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100001 01101011
Octal 252 41 153
Decimal 170 33 107
Hex AA 21 6B

RGB Percentages of Color #aa216b

%54.84
%10.65
%34.52

CMYK Percentages of Color #aa216b

%0
%81
%37
%33

Triadic Colors of #aa216b

#aa216b #6baa21 #216baa

Analogous Colors of #aa216b

#aa216b #aa2126 #a521aa

Monochromatic Colors of #aa216b

#aa216b

Complementary Color

#aa216b #21aa60

#aa216b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa216b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa216b Color CSS Codes

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

#aa216b Text Font Color

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

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


#aa216b Background Color

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

This div background color is #aa216b


#aa216b Border Color

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

This div border color is #aa216b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,33,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aa216b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa216b


Comments

No comments written yet.

Please login to write comment.