Color Hex Logo

#a46eca Color Hex

#A46ECA
(164,110,202)
0 Favorites   0 Comments

Color spaces of #a46eca

RGB 164110202
HSL0.760.460.61
HSV275°46°79°
CMYK 0.190.460.00   0.21
XYZ31.546423.308658.7135
Yxy23.30860.27780.2052
Hunter Lab48.279032.1471-38.3090
CIE-Lab55.388838.4738-39.7040

#a46eca color RGB value is (164,110,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101110 11001010
Octal 244 156 312
Decimal 164 110 202
Hex A4 6E CA

RGB Percentages of Color #a46eca

%34.45
%23.11
%42.44

CMYK Percentages of Color #a46eca

%19
%46
%0
%21

Triadic Colors of #a46eca

#a46eca #caa46e #6ecaa4

Analogous Colors of #a46eca

#a46eca #ca6ec2 #766eca

Monochromatic Colors of #a46eca

#a46eca

Complementary Color

#a46eca #94ca6e

#a46eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46eca Color CSS Codes

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

#a46eca Text Font Color

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

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


#a46eca Background Color

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

This div background color is #a46eca


#a46eca Border Color

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

This div border color is #a46eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46eca


Comments

No comments written yet.

Please login to write comment.