Color Hex Logo

#a62baa Color Hex

#A62BAA
(166,43,170)
0 Favorites   0 Comments

Color spaces of #a62baa

RGB 16643170
HSL0.830.600.42
HSV298°75°67°
CMYK 0.020.750.00   0.33
XYZ23.845512.737039.2319
Yxy12.73700.31450.1680
Hunter Lab35.688956.8088-40.1937
CIE-Lab42.364363.7798-41.6888

#a62baa color RGB value is (166,43,170).

#a62baa hex color red value is 166, green value is 43 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a62baa hue: 0.83 , saturation: 0.60 and the lightness value of a62baa is 0.42.

The process color (four color CMYK) of #a62baa color hex is 0.02, 0.75, 0.00, 0.33. Web safe color of #a62baa is #993399. Color #a62baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101011 10101010
Octal 246 53 252
Decimal 166 43 170
Hex A6 2B AA

RGB Percentages of Color #a62baa

%43.80
%11.35
%44.85

CMYK Percentages of Color #a62baa

%2
%75
%0
%33

Triadic Colors of #a62baa

#a62baa #aaa62b #2baaa6

Analogous Colors of #a62baa

#a62baa #aa2b6f #672baa

Monochromatic Colors of #a62baa

#a62baa

Complementary Color

#a62baa #2faa2b

#a62baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62baa Color CSS Codes

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

#a62baa Text Font Color

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

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


#a62baa Background Color

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

This div background color is #a62baa


#a62baa Border Color

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

This div border color is #a62baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62baa


Comments

No comments written yet.

Please login to write comment.