Color Hex Logo

#a261db Color Hex

#A261DB
(162,97,219)
0 Favorites   0 Comments

Color spaces of #a261db

RGB 16297219
HSL0.760.630.62
HSV272°56°86°
CMYK 0.260.560.00   0.14
XYZ31.961221.345269.4533
Yxy21.34520.26040.1739
Hunter Lab46.200942.6326-56.7895
CIE-Lab53.325248.8791-52.6372

#a261db color RGB value is (162,97,219).

#a261db hex color red value is 162, green value is 97 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a261db hue: 0.76 , saturation: 0.63 and the lightness value of a261db is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100001 11011011
Octal 242 141 333
Decimal 162 97 219
Hex A2 61 DB

RGB Percentages of Color #a261db

%33.89
%20.29
%45.82

CMYK Percentages of Color #a261db

%26
%56
%0
%14

Triadic Colors of #a261db

#a261db #dba261 #61dba2

Analogous Colors of #a261db

#a261db #db61d7 #6561db

Monochromatic Colors of #a261db

#a261db

Complementary Color

#a261db #9adb61

#a261db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a261db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a261db Color CSS Codes

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

#a261db Text Font Color

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

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


#a261db Background Color

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

This div background color is #a261db


#a261db Border Color

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

This div border color is #a261db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a261db


Comments

No comments written yet.

Please login to write comment.