Color Hex Logo

#a46cca Color Hex

#A46CCA
(164,108,202)
0 Favorites   0 Comments

Color spaces of #a46cca

RGB 164108202
HSL0.770.470.61
HSV276°47°79°
CMYK 0.190.470.00   0.21
XYZ31.333122.881958.6423
Yxy22.88190.27760.2028
Hunter Lab47.835033.2105-39.2007
CIE-Lab54.950539.5811-40.3938

#a46cca color RGB value is (164,108,202).

#a46cca hex color red value is 164, green value is 108 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a46cca hue: 0.77 , saturation: 0.47 and the lightness value of a46cca is 0.61.

The process color (four color CMYK) of #a46cca color hex is 0.19, 0.47, 0.00, 0.21. Web safe color of #a46cca is #9966cc. Color #a46cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101100 11001010
Octal 244 154 312
Decimal 164 108 202
Hex A4 6C CA

RGB Percentages of Color #a46cca

%34.60
%22.78
%42.62

CMYK Percentages of Color #a46cca

%19
%47
%0
%21

Triadic Colors of #a46cca

#a46cca #caa46c #6ccaa4

Analogous Colors of #a46cca

#a46cca #ca6cc1 #756cca

Monochromatic Colors of #a46cca

#a46cca

Complementary Color

#a46cca #92ca6c

#a46cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46cca Color CSS Codes

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

#a46cca Text Font Color

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

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


#a46cca Background Color

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

This div background color is #a46cca


#a46cca Border Color

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

This div border color is #a46cca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,108,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a46cca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46cca


Comments

No comments written yet.

Please login to write comment.