Color Hex Logo

#a260ba Color Hex

#A260BA
(162,96,186)
0 Favorites   0 Comments

Color spaces of #a260ba

RGB 16296186
HSL0.790.390.55
HSV284°48°73°
CMYK 0.130.480.00   0.27
XYZ27.946119.592348.7631
Yxy19.59230.29020.2034
Hunter Lab44.263235.2375-34.3333
CIE-Lab51.373142.0778-36.8568

#a260ba color RGB value is (162,96,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100000 10111010
Octal 242 140 272
Decimal 162 96 186
Hex A2 60 BA

RGB Percentages of Color #a260ba

%36.49
%21.62
%41.89

CMYK Percentages of Color #a260ba

%13
%48
%0
%27

Triadic Colors of #a260ba

#a260ba #baa260 #60baa2

Analogous Colors of #a260ba

#a260ba #ba60a5 #7560ba

Monochromatic Colors of #a260ba

#a260ba

Complementary Color

#a260ba #78ba60

#a260ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a260ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a260ba Color CSS Codes

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

#a260ba Text Font Color

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

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


#a260ba Background Color

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

This div background color is #a260ba


#a260ba Border Color

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

This div border color is #a260ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a260ba


Comments

No comments written yet.

Please login to write comment.