Color Hex Logo

#a460ba Color Hex

#A460BA
(164,96,186)
0 Favorites   0 Comments

Color spaces of #a460ba

RGB 16496186
HSL0.790.390.55
HSV285°48°73°
CMYK 0.120.480.00   0.27
XYZ28.355619.803448.7823
Yxy19.80340.29250.2043
Hunter Lab44.501035.8616-33.8434
CIE-Lab51.614242.6546-36.4611

#a460ba color RGB value is (164,96,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100000 10111010
Octal 244 140 272
Decimal 164 96 186
Hex A4 60 BA

RGB Percentages of Color #a460ba

%36.77
%21.52
%41.70

CMYK Percentages of Color #a460ba

%12
%48
%0
%27

Triadic Colors of #a460ba

#a460ba #baa460 #60baa4

Analogous Colors of #a460ba

#a460ba #ba60a3 #7760ba

Monochromatic Colors of #a460ba

#a460ba

Complementary Color

#a460ba #76ba60

#a460ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a460ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a460ba Color CSS Codes

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

#a460ba Text Font Color

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

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


#a460ba Background Color

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

This div background color is #a460ba


#a460ba Border Color

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

This div border color is #a460ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a460ba


Comments

No comments written yet.

Please login to write comment.