color codes Logo

#a36adc color codes

#A36ADC
(163,106,220)
0 Favorites   0 Comments

Color spaces of #a36adc

RGB 163106220
HSL0.750.620.64
HSV270°52°86°
CMYK 0.260.520.00   0.14
XYZ33.176623.261970.4515
Yxy23.26190.26150.1833
Hunter Lab48.230638.3821-52.8448
CIE-Lab55.341144.5427-49.9824

#a36adc color RGB value is (163,106,220).

#a36adc hex color red value is 163, green value is 106 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a36adc hue: 0.75 , saturation: 0.62 and the lightness value of a36adc is 0.64.

The process color (four color CMYK) of #a36adc color code is 0.26, 0.52, 0.00, 0.14. Web safe color of #a36adc is #9966cc. Color #a36adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101010 11011100
Octal 243 152 334
Decimal 163 106 220
Hex A3 6A DC

RGB Percentages of Color #a36adc

%33.33
%21.68
%44.99

CMYK Percentages of Color #a36adc

%26
%52
%0
%14

Triadic Colors of #a36adc

#a36adc #dca36a #6adca3

Analogous Colors of #a36adc

#a36adc #dc6adc #6a6adc

Monochromatic Colors of #a36adc

#a36adc

Complementary Color

#a36adc #a3dc6a

#a36adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36adc Color CSS Codes

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

#a36adc Text Font Color

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

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


#a36adc Background Color

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

This div background color is #a36adc


#a36adc Border Color

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

This div border color is #a36adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36adc


Comments

No comments written yet.

Please login to write comment.