Color Hex Logo

#aa75ca Color Hex

#AA75CA
(170,117,202)
0 Favorites   0 Comments

Color spaces of #aa75ca

RGB 170117202
HSL0.770.450.63
HSV277°42°79°
CMYK 0.160.420.00   0.21
XYZ33.599525.532959.0346
Yxy25.53290.28430.2161
Hunter Lab50.530130.2642-33.8978
CIE-Lab57.591036.3344-36.2033

#aa75ca color RGB value is (170,117,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110101 11001010
Octal 252 165 312
Decimal 170 117 202
Hex AA 75 CA

RGB Percentages of Color #aa75ca

%34.76
%23.93
%41.31

CMYK Percentages of Color #aa75ca

%16
%42
%0
%21

Triadic Colors of #aa75ca

#aa75ca #caaa75 #75caaa

Analogous Colors of #aa75ca

#aa75ca #ca75c0 #8075ca

Monochromatic Colors of #aa75ca

#aa75ca

Complementary Color

#aa75ca #95ca75

#aa75ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa75ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa75ca Color CSS Codes

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

#aa75ca Text Font Color

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

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


#aa75ca Background Color

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

This div background color is #aa75ca


#aa75ca Border Color

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

This div border color is #aa75ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa75ca


Comments

No comments written yet.

Please login to write comment.