Color Hex Logo

#a64abf Color Hex

#A64ABF
(166,74,191)
0 Favorites   0 Comments

Color spaces of #a64abf

RGB 16674191
HSL0.800.480.52
HSV287°61°75°
CMYK 0.130.610.00   0.25
XYZ27.578616.766151.0728
Yxy16.76610.28900.1757
Hunter Lab40.946448.5686-45.2904
CIE-Lab47.964055.3085-45.1133

#a64abf color RGB value is (166,74,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001010 10111111
Octal 246 112 277
Decimal 166 74 191
Hex A6 4A BF

RGB Percentages of Color #a64abf

%38.52
%17.17
%44.32

CMYK Percentages of Color #a64abf

%13
%61
%0
%25

Triadic Colors of #a64abf

#a64abf #bfa64a #4abfa6

Analogous Colors of #a64abf

#a64abf #bf4a9e #6c4abf

Monochromatic Colors of #a64abf

#a64abf

Complementary Color

#a64abf #63bf4a

#a64abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64abf Color CSS Codes

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

#a64abf Text Font Color

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

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


#a64abf Background Color

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

This div background color is #a64abf


#a64abf Border Color

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

This div border color is #a64abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64abf


Comments

No comments written yet.

Please login to write comment.