Color Hex Logo

#aa0fba Color Hex

#AA0FBA
(170,15,186)
0 Favorites   0 Comments

Color spaces of #aa0fba

RGB 17015186
HSL0.820.850.39
HSV294°92°73°
CMYK 0.090.920.00   0.27
XYZ25.611312.432947.5043
Yxy12.43290.29940.1453
Hunter Lab35.260367.9478-55.1960
CIE-Lab41.896073.3975-51.8683

#aa0fba color RGB value is (170,15,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001111 10111010
Octal 252 17 272
Decimal 170 15 186
Hex AA F BA

RGB Percentages of Color #aa0fba

%45.82
%4.04
%50.13

CMYK Percentages of Color #aa0fba

%9
%92
%0
%27

Triadic Colors of #aa0fba

#aa0fba #baaa0f #0fbaaa

Analogous Colors of #aa0fba

#aa0fba #ba0f75 #540fba

Monochromatic Colors of #aa0fba

#aa0fba

Complementary Color

#aa0fba #1fba0f

#aa0fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0fba Color CSS Codes

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

#aa0fba Text Font Color

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

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


#aa0fba Background Color

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

This div background color is #aa0fba


#aa0fba Border Color

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

This div border color is #aa0fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0fba


Comments

No comments written yet.

Please login to write comment.