Color Hex Logo

#a460bb Color Hex

#A460BB
(164,96,187)
0 Favorites   0 Comments

Color spaces of #a460bb

RGB 16496187
HSL0.790.400.55
HSV285°49°73°
CMYK 0.120.490.00   0.27
XYZ28.462419.846149.3443
Yxy19.84610.29150.2032
Hunter Lab44.549036.0832-34.4878
CIE-Lab51.662842.8642-36.9629

#a460bb color RGB value is (164,96,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100000 10111011
Octal 244 140 273
Decimal 164 96 187
Hex A4 60 BB

RGB Percentages of Color #a460bb

%36.69
%21.48
%41.83

CMYK Percentages of Color #a460bb

%12
%49
%0
%27

Triadic Colors of #a460bb

#a460bb #bba460 #60bba4

Analogous Colors of #a460bb

#a460bb #bb60a5 #7760bb

Monochromatic Colors of #a460bb

#a460bb

Complementary Color

#a460bb #77bb60

#a460bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a460bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a460bb Color CSS Codes

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

#a460bb Text Font Color

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

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


#a460bb Background Color

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

This div background color is #a460bb


#a460bb Border Color

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

This div border color is #a460bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,96,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a460bb


Comments

No comments written yet.

Please login to write comment.