Color Hex Logo

#aa62ca Color Hex

#AA62CA
(170,98,202)
0 Favorites   0 Comments

Color spaces of #aa62ca

RGB 17098202
HSL0.780.500.59
HSV282°51°79°
CMYK 0.160.510.00   0.21
XYZ31.605921.545758.3700
Yxy21.54570.28340.1932
Hunter Lab46.417340.3116-42.0653
CIE-Lab53.541646.6532-42.5706

#aa62ca color RGB value is (170,98,202).

#aa62ca hex color red value is 170, green value is 98 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aa62ca hue: 0.78 , saturation: 0.50 and the lightness value of aa62ca is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100010 11001010
Octal 252 142 312
Decimal 170 98 202
Hex AA 62 CA

RGB Percentages of Color #aa62ca

%36.17
%20.85
%42.98

CMYK Percentages of Color #aa62ca

%16
%51
%0
%21

Triadic Colors of #aa62ca

#aa62ca #caaa62 #62caaa

Analogous Colors of #aa62ca

#aa62ca #ca62b6 #7662ca

Monochromatic Colors of #aa62ca

#aa62ca

Complementary Color

#aa62ca #82ca62

#aa62ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa62ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa62ca Color CSS Codes

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

#aa62ca Text Font Color

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

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


#aa62ca Background Color

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

This div background color is #aa62ca


#aa62ca Border Color

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

This div border color is #aa62ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa62ca


Comments

No comments written yet.

Please login to write comment.