Color Hex Logo

#a64edb Color Hex

#A64EDB
(166,78,219)
0 Favorites   0 Comments

Color spaces of #a64edb

RGB 16678219
HSL0.770.660.58
HSV277°64°86°
CMYK 0.240.640.00   0.14
XYZ31.236518.670268.9752
Yxy18.67020.26280.1570
Hunter Lab43.209053.4247-64.3992
CIE-Lab50.299159.2748-57.4587

#a64edb color RGB value is (166,78,219).

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

The process color (four color CMYK) of #a64edb color hex is 0.24, 0.64, 0.00, 0.14. Web safe color of #a64edb is #9966cc. Color #a64edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001110 11011011
Octal 246 116 333
Decimal 166 78 219
Hex A6 4E DB

RGB Percentages of Color #a64edb

%35.85
%16.85
%47.30

CMYK Percentages of Color #a64edb

%24
%64
%0
%14

Triadic Colors of #a64edb

#a64edb #dba64e #4edba6

Analogous Colors of #a64edb

#a64edb #db4eca #604edb

Monochromatic Colors of #a64edb

#a64edb

Complementary Color

#a64edb #83db4e

#a64edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64edb Color CSS Codes

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

#a64edb Text Font Color

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

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


#a64edb Background Color

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

This div background color is #a64edb


#a64edb Border Color

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

This div border color is #a64edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64edb


Comments

No comments written yet.

Please login to write comment.