Color Hex Logo

#aa0cbb Color Hex

#AA0CBB
(170,12,187)
0 Favorites   0 Comments

Color spaces of #aa0cbb

RGB 17012187
HSL0.820.880.39
HSV294°94°73°
CMYK 0.090.940.00   0.27
XYZ25.678712.396848.0531
Yxy12.39680.29810.1439
Hunter Lab35.209168.5677-56.2722
CIE-Lab41.839973.9223-52.5469

#aa0cbb color RGB value is (170,12,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001100 10111011
Octal 252 14 273
Decimal 170 12 187
Hex AA C BB

RGB Percentages of Color #aa0cbb

%46.07
%3.25
%50.68

CMYK Percentages of Color #aa0cbb

%9
%94
%0
%27

Triadic Colors of #aa0cbb

#aa0cbb #bbaa0c #0cbbaa

Analogous Colors of #aa0cbb

#aa0cbb #bb0c75 #520cbb

Monochromatic Colors of #aa0cbb

#aa0cbb

Complementary Color

#aa0cbb #1dbb0c

#aa0cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0cbb Color CSS Codes

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

#aa0cbb Text Font Color

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

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


#aa0cbb Background Color

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

This div background color is #aa0cbb


#aa0cbb Border Color

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

This div border color is #aa0cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0cbb


Comments

No comments written yet.

Please login to write comment.