Color Hex Logo

#a62abe Color Hex

#A62ABE
(166,42,190)
0 Favorites   0 Comments

Color spaces of #a62abe

RGB 16642190
HSL0.810.640.45
HSV290°78°75°
CMYK 0.130.780.00   0.25
XYZ25.848113.480649.9549
Yxy13.48060.28950.1510
Hunter Lab36.715961.4115-54.9675
CIE-Lab43.478667.5681-51.7045

#a62abe color RGB value is (166,42,190).

#a62abe hex color red value is 166, green value is 42 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a62abe hue: 0.81 , saturation: 0.64 and the lightness value of a62abe is 0.45.

The process color (four color CMYK) of #a62abe color hex is 0.13, 0.78, 0.00, 0.25. Web safe color of #a62abe is #9933cc. Color #a62abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101010 10111110
Octal 246 52 276
Decimal 166 42 190
Hex A6 2A BE

RGB Percentages of Color #a62abe

%41.71
%10.55
%47.74

CMYK Percentages of Color #a62abe

%13
%78
%0
%25

Triadic Colors of #a62abe

#a62abe #bea62a #2abea6

Analogous Colors of #a62abe

#a62abe #be2a8c #5c2abe

Monochromatic Colors of #a62abe

#a62abe

Complementary Color

#a62abe #42be2a

#a62abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62abe Color CSS Codes

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

#a62abe Text Font Color

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

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


#a62abe Background Color

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

This div background color is #a62abe


#a62abe Border Color

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

This div border color is #a62abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62abe


Comments

No comments written yet.

Please login to write comment.