Color Hex Logo

#a46adc Color Hex

#A46ADC
(164,106,220)
0 Favorites   0 Comments

Color spaces of #a46adc

RGB 164106220
HSL0.750.620.64
HSV271°52°86°
CMYK 0.250.520.00   0.14
XYZ33.382123.367970.4612
Yxy23.36790.26240.1837
Hunter Lab48.340438.6700-52.5832
CIE-Lab55.449344.8017-49.8038

#a46adc color RGB value is (164,106,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101010 11011100
Octal 244 152 334
Decimal 164 106 220
Hex A4 6A DC

RGB Percentages of Color #a46adc

%33.47
%21.63
%44.90

CMYK Percentages of Color #a46adc

%25
%52
%0
%14

Triadic Colors of #a46adc

#a46adc #dca46a #6adca4

Analogous Colors of #a46adc

#a46adc #dc6adb #6b6adc

Monochromatic Colors of #a46adc

#a46adc

Complementary Color

#a46adc #a2dc6a

#a46adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46adc Color CSS Codes

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

#a46adc Text Font Color

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

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


#a46adc Background Color

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

This div background color is #a46adc


#a46adc Border Color

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

This div border color is #a46adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46adc


Comments

No comments written yet.

Please login to write comment.