Color Hex Logo

#a64abc Color Hex

#A64ABC
(166,74,188)
0 Favorites   0 Comments

Color spaces of #a64abc

RGB 16674188
HSL0.800.460.51
HSV288°61°74°
CMYK 0.120.610.00   0.26
XYZ27.251816.635449.3516
Yxy16.63540.29230.1784
Hunter Lab40.786547.8896-43.1902
CIE-Lab47.797354.7141-43.6350

#a64abc color RGB value is (166,74,188).

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

The process color (four color CMYK) of #a64abc color hex is 0.12, 0.61, 0.00, 0.26. Web safe color of #a64abc is #9933cc. Color #a64abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001010 10111100
Octal 246 112 274
Decimal 166 74 188
Hex A6 4A BC

RGB Percentages of Color #a64abc

%38.79
%17.29
%43.93

CMYK Percentages of Color #a64abc

%12
%61
%0
%26

Triadic Colors of #a64abc

#a64abc #bca64a #4abca6

Analogous Colors of #a64abc

#a64abc #bc4a99 #6d4abc

Monochromatic Colors of #a64abc

#a64abc

Complementary Color

#a64abc #60bc4a

#a64abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64abc Color CSS Codes

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

#a64abc Text Font Color

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

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


#a64abc Background Color

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

This div background color is #a64abc


#a64abc Border Color

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

This div border color is #a64abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64abc


Comments

No comments written yet.

Please login to write comment.