Color Hex Logo

#a759dd Color Hex

#A759DD
(167,89,221)
0 Favorites   0 Comments

Color spaces of #a759dd

RGB 16789221
HSL0.770.660.61
HSV275°60°87°
CMYK 0.240.600.00   0.13
XYZ32.559920.580770.6630
Yxy20.58070.26300.1662
Hunter Lab45.366048.7220-60.5952
CIE-Lab52.487554.6476-55.0753

#a759dd color RGB value is (167,89,221).

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

The process color (four color CMYK) of #a759dd color hex is 0.24, 0.60, 0.00, 0.13. Web safe color of #a759dd is #9966cc. Color #a759dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011001 11011101
Octal 247 131 335
Decimal 167 89 221
Hex A7 59 DD

RGB Percentages of Color #a759dd

%35.01
%18.66
%46.33

CMYK Percentages of Color #a759dd

%24
%60
%0
%13

Triadic Colors of #a759dd

#a759dd #dda759 #59dda7

Analogous Colors of #a759dd

#a759dd #dd59d1 #6559dd

Monochromatic Colors of #a759dd

#a759dd

Complementary Color

#a759dd #8fdd59

#a759dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a759dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a759dd Color CSS Codes

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

#a759dd Text Font Color

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

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


#a759dd Background Color

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

This div background color is #a759dd


#a759dd Border Color

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

This div border color is #a759dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,89,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a759dd


Comments

No comments written yet.

Please login to write comment.