Color Hex Logo

#a46eea Color Hex

#A46EEA
(164,110,234)
0 Favorites   0 Comments

Color spaces of #a46eea

RGB 164110234
HSL0.740.750.67
HSV266°53°92°
CMYK 0.300.530.00   0.08
XYZ35.737124.984980.7809
Yxy24.98490.25260.1766
Hunter Lab49.984940.1464-60.8295
CIE-Lab57.060745.9638-55.0892

#a46eea color RGB value is (164,110,234).

#a46eea hex color red value is 164, green value is 110 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a46eea hue: 0.74 , saturation: 0.75 and the lightness value of a46eea is 0.67.

The process color (four color CMYK) of #a46eea color hex is 0.30, 0.53, 0.00, 0.08. Web safe color of #a46eea is #9966ff. Color #a46eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101110 11101010
Octal 244 156 352
Decimal 164 110 234
Hex A4 6E EA

RGB Percentages of Color #a46eea

%32.28
%21.65
%46.06

CMYK Percentages of Color #a46eea

%30
%53
%0
%8

Triadic Colors of #a46eea

#a46eea #eaa46e #6eeaa4

Analogous Colors of #a46eea

#a46eea #e26eea #6e76ea

Monochromatic Colors of #a46eea

#a46eea

Complementary Color

#a46eea #b4ea6e

#a46eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46eea Color CSS Codes

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

#a46eea Text Font Color

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

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


#a46eea Background Color

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

This div background color is #a46eea


#a46eea Border Color

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

This div border color is #a46eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46eea


Comments

No comments written yet.

Please login to write comment.