Color Hex Logo

#aa77ca Color Hex

#AA77CA
(170,119,202)
0 Favorites   0 Comments

Color spaces of #aa77ca

RGB 170119202
HSL0.770.440.63
HSV277°41°79°
CMYK 0.160.410.00   0.21
XYZ33.835126.004059.1131
Yxy26.00400.28440.2186
Hunter Lab50.994129.1968-33.0339
CIE-Lab58.040835.2198-35.4999

#aa77ca color RGB value is (170,119,202).

#aa77ca hex color red value is 170, green value is 119 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aa77ca hue: 0.77 , saturation: 0.44 and the lightness value of aa77ca is 0.63.

The process color (four color CMYK) of #aa77ca color hex is 0.16, 0.41, 0.00, 0.21. Web safe color of #aa77ca is #9966cc. Color #aa77ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110111 11001010
Octal 252 167 312
Decimal 170 119 202
Hex AA 77 CA

RGB Percentages of Color #aa77ca

%34.62
%24.24
%41.14

CMYK Percentages of Color #aa77ca

%16
%41
%0
%21

Triadic Colors of #aa77ca

#aa77ca #caaa77 #77caaa

Analogous Colors of #aa77ca

#aa77ca #ca77c1 #8177ca

Monochromatic Colors of #aa77ca

#aa77ca

Complementary Color

#aa77ca #97ca77

#aa77ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa77ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa77ca Color CSS Codes

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

#aa77ca Text Font Color

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

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


#aa77ca Background Color

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

This div background color is #aa77ca


#aa77ca Border Color

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

This div border color is #aa77ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa77ca


Comments

No comments written yet.

Please login to write comment.