Color Hex Logo

#a759dc Color Hex

#A759DC
(167,89,220)
0 Favorites   0 Comments

Color spaces of #a759dc

RGB 16789220
HSL0.770.650.61
HSV276°60°86°
CMYK 0.240.600.00   0.14
XYZ32.427020.527669.9633
Yxy20.52760.26380.1670
Hunter Lab45.307448.4665-59.8399
CIE-Lab52.428654.4251-54.6035

#a759dc color RGB value is (167,89,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011001 11011100
Octal 247 131 334
Decimal 167 89 220
Hex A7 59 DC

RGB Percentages of Color #a759dc

%35.08
%18.70
%46.22

CMYK Percentages of Color #a759dc

%24
%60
%0
%14

Triadic Colors of #a759dc

#a759dc #dca759 #59dca7

Analogous Colors of #a759dc

#a759dc #dc59d0 #6659dc

Monochromatic Colors of #a759dc

#a759dc

Complementary Color

#a759dc #8edc59

#a759dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a759dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a759dc Color CSS Codes

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

#a759dc Text Font Color

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

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


#a759dc Background Color

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

This div background color is #a759dc


#a759dc Border Color

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

This div border color is #a759dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a759dc


Comments

No comments written yet.

Please login to write comment.