Color Hex Logo

#a62e9a Color Hex

#A62E9A
(166,46,154)
0 Favorites   0 Comments

Color spaces of #a62e9a

RGB 16646154
HSL0.850.570.42
HSV306°72°65°
CMYK 0.000.720.07   0.35
XYZ22.535612.394131.7764
Yxy12.39410.33780.1858
Hunter Lab35.205352.6523-28.8717
CIE-Lab41.835760.1745-32.9447

#a62e9a color RGB value is (166,46,154).

#a62e9a hex color red value is 166, green value is 46 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #a62e9a hue: 0.85 , saturation: 0.57 and the lightness value of a62e9a is 0.42.

The process color (four color CMYK) of #a62e9a color hex is 0.00, 0.72, 0.07, 0.35. Web safe color of #a62e9a is #993399. Color #a62e9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101110 10011010
Octal 246 56 232
Decimal 166 46 154
Hex A6 2E 9A

RGB Percentages of Color #a62e9a

%45.36
%12.57
%42.08

CMYK Percentages of Color #a62e9a

%0
%72
%7
%35

Triadic Colors of #a62e9a

#a62e9a #9aa62e #2e9aa6

Analogous Colors of #a62e9a

#a62e9a #a62e5e #762ea6

Monochromatic Colors of #a62e9a

#a62e9a

Complementary Color

#a62e9a #2ea63a

#a62e9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62e9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62e9a Color CSS Codes

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

#a62e9a Text Font Color

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

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


#a62e9a Background Color

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

This div background color is #a62e9a


#a62e9a Border Color

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

This div border color is #a62e9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62e9a


Comments

No comments written yet.

Please login to write comment.