Color Hex Logo

#a464ba Color Hex

#A464BA
(164,100,186)
0 Favorites   0 Comments

Color spaces of #a464ba

RGB 164100186
HSL0.790.380.56
HSV285°46°73°
CMYK 0.120.460.00   0.27
XYZ28.729920.552048.9071
Yxy20.55200.29260.2093
Hunter Lab45.334333.7865-32.2286
CIE-Lab52.455740.4913-35.1407

#a464ba color RGB value is (164,100,186).

#a464ba hex color red value is 164, green value is 100 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a464ba hue: 0.79 , saturation: 0.38 and the lightness value of a464ba is 0.56.

The process color (four color CMYK) of #a464ba color hex is 0.12, 0.46, 0.00, 0.27. Web safe color of #a464ba is #9966cc. Color #a464ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100100 10111010
Octal 244 144 272
Decimal 164 100 186
Hex A4 64 BA

RGB Percentages of Color #a464ba

%36.44
%22.22
%41.33

CMYK Percentages of Color #a464ba

%12
%46
%0
%27

Triadic Colors of #a464ba

#a464ba #baa464 #64baa4

Analogous Colors of #a464ba

#a464ba #ba64a5 #7964ba

Monochromatic Colors of #a464ba

#a464ba

Complementary Color

#a464ba #7aba64

#a464ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a464ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a464ba Color CSS Codes

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

#a464ba Text Font Color

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

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


#a464ba Background Color

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

This div background color is #a464ba


#a464ba Border Color

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

This div border color is #a464ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a464ba


Comments

No comments written yet.

Please login to write comment.