Color Hex Logo

#a759db Color Hex

#A759DB
(167,89,219)
0 Favorites   0 Comments

Color spaces of #a759db

RGB 16789219
HSL0.770.640.60
HSV276°59°86°
CMYK 0.240.590.00   0.14
XYZ32.294920.474769.2677
Yxy20.47470.26460.1678
Hunter Lab45.249048.2125-59.0876
CIE-Lab52.369754.2036-54.1311

#a759db color RGB value is (167,89,219).

#a759db hex color red value is 167, green value is 89 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a759db hue: 0.77 , saturation: 0.64 and the lightness value of a759db is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011001 11011011
Octal 247 131 333
Decimal 167 89 219
Hex A7 59 DB

RGB Percentages of Color #a759db

%35.16
%18.74
%46.11

CMYK Percentages of Color #a759db

%24
%59
%0
%14

Triadic Colors of #a759db

#a759db #dba759 #59dba7

Analogous Colors of #a759db

#a759db #db59ce #6659db

Monochromatic Colors of #a759db

#a759db

Complementary Color

#a759db #8ddb59

#a759db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a759db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a759db Color CSS Codes

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

#a759db Text Font Color

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

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


#a759db Background Color

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

This div background color is #a759db


#a759db Border Color

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

This div border color is #a759db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a759db


Comments

No comments written yet.

Please login to write comment.