Color Hex Logo

#aa03bb Color Hex

#AA03BB
(170,3,187)
0 Favorites   0 Comments

Color spaces of #aa03bb

RGB 1703187
HSL0.820.970.37
HSV294°98°73°
CMYK 0.090.980.00   0.27
XYZ25.579812.199048.0202
Yxy12.19900.29810.1422
Hunter Lab34.927169.6070-57.0671
CIE-Lab41.530774.8399-53.0454

#aa03bb color RGB value is (170,3,187).

#aa03bb hex color red value is 170, green value is 3 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aa03bb hue: 0.82 , saturation: 0.97 and the lightness value of aa03bb is 0.37.

The process color (four color CMYK) of #aa03bb color hex is 0.09, 0.98, 0.00, 0.27. Web safe color of #aa03bb is #9900cc. Color #aa03bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000011 10111011
Octal 252 3 273
Decimal 170 3 187
Hex AA 3 BB

RGB Percentages of Color #aa03bb

%47.22
%0.83
%51.94

CMYK Percentages of Color #aa03bb

%9
%98
%0
%27

Triadic Colors of #aa03bb

#aa03bb #bbaa03 #03bbaa

Analogous Colors of #aa03bb

#aa03bb #bb0370 #4e03bb

Monochromatic Colors of #aa03bb

#aa03bb

Complementary Color

#aa03bb #14bb03

#aa03bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa03bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa03bb Color CSS Codes

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

#aa03bb Text Font Color

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

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


#aa03bb Background Color

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

This div background color is #aa03bb


#aa03bb Border Color

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

This div border color is #aa03bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa03bb


Comments

No comments written yet.

Please login to write comment.