Color Hex Logo

#a85add Color Hex

#A85ADD
(168,90,221)
0 Favorites   0 Comments

Color spaces of #a85add

RGB 16890221
HSL0.770.660.61
HSV276°59°87°
CMYK 0.240.590.00   0.13
XYZ32.855820.857670.7008
Yxy20.85760.26410.1676
Hunter Lab45.670148.4930-59.8163
CIE-Lab52.793354.3862-54.5790

#a85add color RGB value is (168,90,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011010 11011101
Octal 250 132 335
Decimal 168 90 221
Hex A8 5A DD

RGB Percentages of Color #a85add

%35.07
%18.79
%46.14

CMYK Percentages of Color #a85add

%24
%59
%0
%13

Triadic Colors of #a85add

#a85add #dda85a #5adda8

Analogous Colors of #a85add

#a85add #dd5ad1 #675add

Monochromatic Colors of #a85add

#a85add

Complementary Color

#a85add #8fdd5a

#a85add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85add Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85add Color CSS Codes

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

#a85add Text Font Color

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

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


#a85add Background Color

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

This div background color is #a85add


#a85add Border Color

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

This div border color is #a85add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85add


Comments

No comments written yet.

Please login to write comment.