Color Hex Logo

#a46eff Color Hex

#A46EFF
(164,110,255)
0 Favorites   0 Comments

Color spaces of #a46eff

RGB 164110255
HSL0.731.000.72
HSV262°57°100°
CMYK 0.360.570.00   0.00
XYZ38.935826.264497.6251
Yxy26.26440.23910.1613
Hunter Lab51.248845.9283-77.0688
CIE-Lab58.287251.1382-64.7735

#a46eff color RGB value is (164,110,255).

#a46eff hex color red value is 164, green value is 110 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a46eff hue: 0.73 , saturation: 1.00 and the lightness value of a46eff is 0.72.

The process color (four color CMYK) of #a46eff color hex is 0.36, 0.57, 0.00, 0.00. Web safe color of #a46eff is #9966ff. Color #a46eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101110 11111111
Octal 244 156 377
Decimal 164 110 255
Hex A4 6E FF

RGB Percentages of Color #a46eff

%31.00
%20.79
%48.20

CMYK Percentages of Color #a46eff

%36
%57
%0
%0

Triadic Colors of #a46eff

#a46eff #ffa46e #6effa4

Analogous Colors of #a46eff

#a46eff #ed6eff #6e81ff

Monochromatic Colors of #a46eff

#a46eff

Complementary Color

#a46eff #c9ff6e

#a46eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46eff Color CSS Codes

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

#a46eff Text Font Color

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

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


#a46eff Background Color

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

This div background color is #a46eff


#a46eff Border Color

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

This div border color is #a46eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46eff

Related Colors


Comments

No comments written yet.

Please login to write comment.