Color Hex Logo

#a46fec Color Hex

#A46FEC
(164,111,236)
0 Favorites   0 Comments

Color spaces of #a46fec

RGB 164111236
HSL0.740.770.68
HSV265°53°93°
CMYK 0.310.530.00   0.07
XYZ36.134625.317582.3391
Yxy25.31750.25130.1761
Hunter Lab50.316540.1352-61.8020
CIE-Lab57.383545.9057-55.6895

#a46fec color RGB value is (164,111,236).

#a46fec hex color red value is 164, green value is 111 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a46fec hue: 0.74 , saturation: 0.77 and the lightness value of a46fec is 0.68.

The process color (four color CMYK) of #a46fec color hex is 0.31, 0.53, 0.00, 0.07. Web safe color of #a46fec is #9966ff. Color #a46fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101111 11101100
Octal 244 157 354
Decimal 164 111 236
Hex A4 6F EC

RGB Percentages of Color #a46fec

%32.09
%21.72
%46.18

CMYK Percentages of Color #a46fec

%31
%53
%0
%7

Triadic Colors of #a46fec

#a46fec #eca46f #6feca4

Analogous Colors of #a46fec

#a46fec #e36fec #6f79ec

Monochromatic Colors of #a46fec

#a46fec

Complementary Color

#a46fec #b7ec6f

#a46fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46fec Color CSS Codes

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

#a46fec Text Font Color

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

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


#a46fec Background Color

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

This div background color is #a46fec


#a46fec Border Color

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

This div border color is #a46fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46fec


Comments

No comments written yet.

Please login to write comment.