Color Hex Logo

#a260bb Color Hex

#A260BB
(162,96,187)
0 Favorites   0 Comments

Color spaces of #a260bb

RGB 16296187
HSL0.790.400.55
HSV284°49°73°
CMYK 0.130.490.00   0.27
XYZ28.052819.635049.3251
Yxy19.63500.28920.2024
Hunter Lab44.311435.4604-34.9805
CIE-Lab51.422042.2896-37.3580

#a260bb color RGB value is (162,96,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100000 10111011
Octal 242 140 273
Decimal 162 96 187
Hex A2 60 BB

RGB Percentages of Color #a260bb

%36.40
%21.57
%42.02

CMYK Percentages of Color #a260bb

%13
%49
%0
%27

Triadic Colors of #a260bb

#a260bb #bba260 #60bba2

Analogous Colors of #a260bb

#a260bb #bb60a7 #7560bb

Monochromatic Colors of #a260bb

#a260bb

Complementary Color

#a260bb #79bb60

#a260bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a260bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a260bb Color CSS Codes

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

#a260bb Text Font Color

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

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


#a260bb Background Color

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

This div background color is #a260bb


#a260bb Border Color

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

This div border color is #a260bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a260bb


Comments

No comments written yet.

Please login to write comment.