Color Hex Logo

#a64adb Color Hex

#A64ADB
(166,74,219)
0 Favorites   0 Comments

Color spaces of #a64adb

RGB 16674219
HSL0.770.670.57
HSV278°66°86°
CMYK 0.240.660.00   0.14
XYZ30.960818.119068.8833
Yxy18.11900.26250.1536
Hunter Lab42.566455.3412-66.1498
CIE-Lab49.640161.0971-58.5185

#a64adb color RGB value is (166,74,219).

#a64adb hex color red value is 166, green value is 74 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a64adb hue: 0.77 , saturation: 0.67 and the lightness value of a64adb is 0.57.

The process color (four color CMYK) of #a64adb color hex is 0.24, 0.66, 0.00, 0.14. Web safe color of #a64adb is #9933cc. Color #a64adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001010 11011011
Octal 246 112 333
Decimal 166 74 219
Hex A6 4A DB

RGB Percentages of Color #a64adb

%36.17
%16.12
%47.71

CMYK Percentages of Color #a64adb

%24
%66
%0
%14

Triadic Colors of #a64adb

#a64adb #dba64a #4adba6

Analogous Colors of #a64adb

#a64adb #db4ac8 #5e4adb

Monochromatic Colors of #a64adb

#a64adb

Complementary Color

#a64adb #7fdb4a

#a64adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64adb Color CSS Codes

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

#a64adb Text Font Color

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

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


#a64adb Background Color

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

This div background color is #a64adb


#a64adb Border Color

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

This div border color is #a64adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64adb


Comments

No comments written yet.

Please login to write comment.