Color Hex Logo

#aa50ba Color Hex

#AA50BA
(170,80,186)
0 Favorites   0 Comments

Color spaces of #aa50ba

RGB 17080186
HSL0.810.430.52
HSV291°57°73°
CMYK 0.090.570.00   0.27
XYZ28.309217.828548.4036
Yxy17.82850.29940.1886
Hunter Lab42.223845.7847-38.4109
CIE-Lab49.287452.5015-40.0758

#aa50ba color RGB value is (170,80,186).

#aa50ba hex color red value is 170, green value is 80 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aa50ba hue: 0.81 , saturation: 0.43 and the lightness value of aa50ba is 0.52.

The process color (four color CMYK) of #aa50ba color hex is 0.09, 0.57, 0.00, 0.27. Web safe color of #aa50ba is #9966cc. Color #aa50ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010000 10111010
Octal 252 120 272
Decimal 170 80 186
Hex AA 50 BA

RGB Percentages of Color #aa50ba

%38.99
%18.35
%42.66

CMYK Percentages of Color #aa50ba

%9
%57
%0
%27

Triadic Colors of #aa50ba

#aa50ba #baaa50 #50baaa

Analogous Colors of #aa50ba

#aa50ba #ba5095 #7550ba

Monochromatic Colors of #aa50ba

#aa50ba

Complementary Color

#aa50ba #60ba50

#aa50ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa50ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa50ba Color CSS Codes

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

#aa50ba Text Font Color

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

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


#aa50ba Background Color

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

This div background color is #aa50ba


#aa50ba Border Color

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

This div border color is #aa50ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa50ba


Comments

No comments written yet.

Please login to write comment.