Color Hex Logo

#a761db Color Hex

#A761DB
(167,97,219)
0 Favorites   0 Comments

Color spaces of #a761db

RGB 16797219
HSL0.760.630.62
HSV274°56°86°
CMYK 0.240.560.00   0.14
XYZ32.997221.879469.5018
Yxy21.87940.26530.1759
Hunter Lab46.775444.0639-55.3539
CIE-Lab53.898850.1237-51.6883

#a761db color RGB value is (167,97,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100001 11011011
Octal 247 141 333
Decimal 167 97 219
Hex A7 61 DB

RGB Percentages of Color #a761db

%34.58
%20.08
%45.34

CMYK Percentages of Color #a761db

%24
%56
%0
%14

Triadic Colors of #a761db

#a761db #dba761 #61dba7

Analogous Colors of #a761db

#a761db #db61d2 #6a61db

Monochromatic Colors of #a761db

#a761db

Complementary Color

#a761db #95db61

#a761db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a761db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a761db Color CSS Codes

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

#a761db Text Font Color

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

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


#a761db Background Color

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

This div background color is #a761db


#a761db Border Color

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

This div border color is #a761db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a761db


Comments

No comments written yet.

Please login to write comment.