Color Hex Logo

#a261bd Color Hex

#A261BD
(162,97,189)
0 Favorites   0 Comments

Color spaces of #a261bd

RGB 16297189
HSL0.780.410.56
HSV282°49°74°
CMYK 0.140.490.00   0.26
XYZ28.360319.904950.4914
Yxy19.90490.28720.2016
Hunter Lab44.614935.3908-35.8690
CIE-Lab51.729542.1760-38.0291

#a261bd color RGB value is (162,97,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100001 10111101
Octal 242 141 275
Decimal 162 97 189
Hex A2 61 BD

RGB Percentages of Color #a261bd

%36.16
%21.65
%42.19

CMYK Percentages of Color #a261bd

%14
%49
%0
%26

Triadic Colors of #a261bd

#a261bd #bda261 #61bda2

Analogous Colors of #a261bd

#a261bd #bd61aa #7461bd

Monochromatic Colors of #a261bd

#a261bd

Complementary Color

#a261bd #7cbd61

#a261bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a261bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a261bd Color CSS Codes

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

#a261bd Text Font Color

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

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


#a261bd Background Color

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

This div background color is #a261bd


#a261bd Border Color

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

This div border color is #a261bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a261bd


Comments

No comments written yet.

Please login to write comment.