Color Hex Logo

#a859da Color Hex

#A859DA
(168,89,218)
0 Favorites   0 Comments

Color spaces of #a859da

RGB 16889218
HSL0.770.640.60
HSV277°59°85°
CMYK 0.230.590.00   0.15
XYZ32.375720.531568.5863
Yxy20.53150.26650.1690
Hunter Lab45.311748.2447-58.0264
CIE-Lab52.432954.2221-53.4563

#a859da color RGB value is (168,89,218).

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

The process color (four color CMYK) of #a859da color hex is 0.23, 0.59, 0.00, 0.15. Web safe color of #a859da is #9966cc. Color #a859da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011001 11011010
Octal 250 131 332
Decimal 168 89 218
Hex A8 59 DA

RGB Percentages of Color #a859da

%35.37
%18.74
%45.89

CMYK Percentages of Color #a859da

%23
%59
%0
%15

Triadic Colors of #a859da

#a859da #daa859 #59daa8

Analogous Colors of #a859da

#a859da #da59cc #6859da

Monochromatic Colors of #a859da

#a859da

Complementary Color

#a859da #8bda59

#a859da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a859da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a859da Color CSS Codes

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

#a859da Text Font Color

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

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


#a859da Background Color

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

This div background color is #a859da


#a859da Border Color

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

This div border color is #a859da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a859da


Comments

No comments written yet.

Please login to write comment.