Color Hex Logo

#a64eba Color Hex

#A64EBA
(166,78,186)
0 Favorites   0 Comments

Color spaces of #a64eba

RGB 16678186
HSL0.800.440.52
HSV289°58°73°
CMYK 0.110.580.00   0.27
XYZ27.313217.100948.3156
Yxy17.10090.29450.1844
Hunter Lab41.353245.5285-40.3250
CIE-Lab48.386952.4201-41.5358

#a64eba color RGB value is (166,78,186).

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

The process color (four color CMYK) of #a64eba color hex is 0.11, 0.58, 0.00, 0.27. Web safe color of #a64eba is #9966cc. Color #a64eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001110 10111010
Octal 246 116 272
Decimal 166 78 186
Hex A6 4E BA

RGB Percentages of Color #a64eba

%38.60
%18.14
%43.26

CMYK Percentages of Color #a64eba

%11
%58
%0
%27

Triadic Colors of #a64eba

#a64eba #baa64e #4ebaa6

Analogous Colors of #a64eba

#a64eba #ba4e98 #704eba

Monochromatic Colors of #a64eba

#a64eba

Complementary Color

#a64eba #62ba4e

#a64eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64eba Color CSS Codes

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

#a64eba Text Font Color

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

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


#a64eba Background Color

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

This div background color is #a64eba


#a64eba Border Color

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

This div border color is #a64eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64eba


Comments

No comments written yet.

Please login to write comment.