Color Hex Logo

#a85adc Color Hex

#A85ADC
(168,90,220)
0 Favorites   0 Comments

Color spaces of #a85adc

RGB 16890220
HSL0.770.650.61
HSV276°59°86°
CMYK 0.240.590.00   0.14
XYZ32.722920.804570.0011
Yxy20.80450.26490.1684
Hunter Lab45.612048.2385-59.0646
CIE-Lab52.734954.1643-54.1065

#a85adc color RGB value is (168,90,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011010 11011100
Octal 250 132 334
Decimal 168 90 220
Hex A8 5A DC

RGB Percentages of Color #a85adc

%35.15
%18.83
%46.03

CMYK Percentages of Color #a85adc

%24
%59
%0
%14

Triadic Colors of #a85adc

#a85adc #dca85a #5adca8

Analogous Colors of #a85adc

#a85adc #dc5acf #675adc

Monochromatic Colors of #a85adc

#a85adc

Complementary Color

#a85adc #8edc5a

#a85adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85adc Color CSS Codes

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

#a85adc Text Font Color

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

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


#a85adc Background Color

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

This div background color is #a85adc


#a85adc Border Color

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

This div border color is #a85adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85adc


Comments

No comments written yet.

Please login to write comment.