Color Hex Logo

#a759bd Color Hex

#A759BD
(167,89,189)
0 Favorites   0 Comments

Color spaces of #a759bd

RGB 16789189
HSL0.800.430.55
HSV287°53°74°
CMYK 0.120.530.00   0.26
XYZ28.694019.034450.3058
Yxy19.03440.29270.1942
Hunter Lab43.628441.0480-37.8245
CIE-Lab50.727447.8007-39.5669

#a759bd color RGB value is (167,89,189).

#a759bd hex color red value is 167, green value is 89 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a759bd hue: 0.80 , saturation: 0.43 and the lightness value of a759bd is 0.55.

The process color (four color CMYK) of #a759bd color hex is 0.12, 0.53, 0.00, 0.26. Web safe color of #a759bd is #9966cc. Color #a759bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011001 10111101
Octal 247 131 275
Decimal 167 89 189
Hex A7 59 BD

RGB Percentages of Color #a759bd

%37.53
%20.00
%42.47

CMYK Percentages of Color #a759bd

%12
%53
%0
%26

Triadic Colors of #a759bd

#a759bd #bda759 #59bda7

Analogous Colors of #a759bd

#a759bd #bd59a1 #7559bd

Monochromatic Colors of #a759bd

#a759bd

Complementary Color

#a759bd #6fbd59

#a759bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a759bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a759bd Color CSS Codes

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

#a759bd Text Font Color

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

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


#a759bd Background Color

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

This div background color is #a759bd


#a759bd Border Color

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

This div border color is #a759bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a759bd


Comments

No comments written yet.

Please login to write comment.