Color Hex Logo

#a260bd Color Hex

#A260BD
(162,96,189)
0 Favorites   0 Comments

Color spaces of #a260bd

RGB 16296189
HSL0.780.410.56
HSV283°49°74°
CMYK 0.140.490.00   0.26
XYZ28.268519.721250.4608
Yxy19.72120.28710.2003
Hunter Lab44.408635.9101-36.2844
CIE-Lab51.520542.7160-38.3581

#a260bd color RGB value is (162,96,189).

#a260bd hex color red value is 162, green value is 96 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a260bd hue: 0.78 , saturation: 0.41 and the lightness value of a260bd is 0.56.

The process color (four color CMYK) of #a260bd color hex is 0.14, 0.49, 0.00, 0.26. Web safe color of #a260bd is #9966cc. Color #a260bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100000 10111101
Octal 242 140 275
Decimal 162 96 189
Hex A2 60 BD

RGB Percentages of Color #a260bd

%36.24
%21.48
%42.28

CMYK Percentages of Color #a260bd

%14
%49
%0
%26

Triadic Colors of #a260bd

#a260bd #bda260 #60bda2

Analogous Colors of #a260bd

#a260bd #bd60aa #7460bd

Monochromatic Colors of #a260bd

#a260bd

Complementary Color

#a260bd #7bbd60

#a260bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a260bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a260bd Color CSS Codes

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

#a260bd Text Font Color

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

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


#a260bd Background Color

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

This div background color is #a260bd


#a260bd Border Color

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

This div border color is #a260bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a260bd


Comments

No comments written yet.

Please login to write comment.