Color Hex Logo

#a65adc Color Hex

#A65ADC
(166,90,220)
0 Favorites   0 Comments

Color spaces of #a65adc

RGB 16690220
HSL0.760.650.61
HSV275°59°86°
CMYK 0.250.590.00   0.14
XYZ32.300320.586669.9813
Yxy20.58660.26290.1676
Hunter Lab45.372547.6710-59.6866
CIE-Lab52.494153.6872-54.5054

#a65adc color RGB value is (166,90,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011010 11011100
Octal 246 132 334
Decimal 166 90 220
Hex A6 5A DC

RGB Percentages of Color #a65adc

%34.87
%18.91
%46.22

CMYK Percentages of Color #a65adc

%25
%59
%0
%14

Triadic Colors of #a65adc

#a65adc #dca65a #5adca6

Analogous Colors of #a65adc

#a65adc #dc5ad1 #655adc

Monochromatic Colors of #a65adc

#a65adc

Complementary Color

#a65adc #90dc5a

#a65adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65adc Color CSS Codes

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

#a65adc Text Font Color

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

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


#a65adc Background Color

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

This div background color is #a65adc


#a65adc Border Color

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

This div border color is #a65adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65adc


Comments

No comments written yet.

Please login to write comment.