Color Hex Logo

#a64abe Color Hex

#A64ABE
(166,74,190)
0 Favorites   0 Comments

Color spaces of #a64abe

RGB 16674190
HSL0.800.470.52
HSV288°61°75°
CMYK 0.130.610.00   0.25
XYZ27.468916.722350.4951
Yxy16.72230.29010.1766
Hunter Lab40.892948.3408-44.5870
CIE-Lab47.908255.1093-44.6213

#a64abe color RGB value is (166,74,190).

#a64abe hex color red value is 166, green value is 74 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a64abe hue: 0.80 , saturation: 0.47 and the lightness value of a64abe is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001010 10111110
Octal 246 112 276
Decimal 166 74 190
Hex A6 4A BE

RGB Percentages of Color #a64abe

%38.60
%17.21
%44.19

CMYK Percentages of Color #a64abe

%13
%61
%0
%25

Triadic Colors of #a64abe

#a64abe #bea64a #4abea6

Analogous Colors of #a64abe

#a64abe #be4a9c #6c4abe

Monochromatic Colors of #a64abe

#a64abe

Complementary Color

#a64abe #62be4a

#a64abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64abe Color CSS Codes

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

#a64abe Text Font Color

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

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


#a64abe Background Color

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

This div background color is #a64abe


#a64abe Border Color

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

This div border color is #a64abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64abe


Comments

No comments written yet.

Please login to write comment.