Color Hex Logo

#aa78ba Color Hex

#AA78BA
(170,120,186)
0 Favorites   0 Comments

Color spaces of #aa78ba

RGB 170120186
HSL0.790.320.60
HSV285°35°73°
CMYK 0.090.350.00   0.27
XYZ32.157025.524249.6862
Yxy25.52420.29950.2377
Hunter Lab50.521525.2029-22.9447
CIE-Lab57.582631.2368-27.1102

#aa78ba color RGB value is (170,120,186).

#aa78ba hex color red value is 170, green value is 120 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aa78ba hue: 0.79 , saturation: 0.32 and the lightness value of aa78ba is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111000 10111010
Octal 252 170 272
Decimal 170 120 186
Hex AA 78 BA

RGB Percentages of Color #aa78ba

%35.71
%25.21
%39.08

CMYK Percentages of Color #aa78ba

%9
%35
%0
%27

Triadic Colors of #aa78ba

#aa78ba #baaa78 #78baaa

Analogous Colors of #aa78ba

#aa78ba #ba78a9 #8978ba

Monochromatic Colors of #aa78ba

#aa78ba

Complementary Color

#aa78ba #88ba78

#aa78ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa78ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa78ba Color CSS Codes

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

#aa78ba Text Font Color

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

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


#aa78ba Background Color

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

This div background color is #aa78ba


#aa78ba Border Color

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

This div border color is #aa78ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa78ba


Comments

No comments written yet.

Please login to write comment.