Color Hex Logo

#aa62bf Color Hex

#AA62BF
(170,98,191)
0 Favorites   0 Comments

Color spaces of #aa62bf

RGB 17098191
HSL0.800.420.57
HSV286°49°75°
CMYK 0.110.490.00   0.25
XYZ30.349221.043051.7523
Yxy21.04300.29420.2040
Hunter Lab45.872637.8179-34.7785
CIE-Lab52.996544.3494-37.1226

#aa62bf color RGB value is (170,98,191).

#aa62bf hex color red value is 170, green value is 98 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #aa62bf hue: 0.80 , saturation: 0.42 and the lightness value of aa62bf is 0.57.

The process color (four color CMYK) of #aa62bf color hex is 0.11, 0.49, 0.00, 0.25. Web safe color of #aa62bf is #9966cc. Color #aa62bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100010 10111111
Octal 252 142 277
Decimal 170 98 191
Hex AA 62 BF

RGB Percentages of Color #aa62bf

%37.04
%21.35
%41.61

CMYK Percentages of Color #aa62bf

%11
%49
%0
%25

Triadic Colors of #aa62bf

#aa62bf #bfaa62 #62bfaa

Analogous Colors of #aa62bf

#aa62bf #bf62a6 #7c62bf

Monochromatic Colors of #aa62bf

#aa62bf

Complementary Color

#aa62bf #77bf62

#aa62bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa62bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa62bf Color CSS Codes

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

#aa62bf Text Font Color

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

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


#aa62bf Background Color

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

This div background color is #aa62bf


#aa62bf Border Color

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

This div border color is #aa62bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa62bf


Comments

No comments written yet.

Please login to write comment.