Color Hex Logo

#a46bf9 Color Hex

#A46BF9
(164,107,249)
0 Favorites   0 Comments

Color spaces of #a46bf9

RGB 164107249
HSL0.730.920.70
HSV264°57°98°
CMYK 0.340.570.00   0.02
XYZ37.666425.247592.5105
Yxy25.24750.24230.1624
Hunter Lab50.246945.8763-73.9871
CIE-Lab57.315851.2451-63.0198

#a46bf9 color RGB value is (164,107,249).

#a46bf9 hex color red value is 164, green value is 107 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #a46bf9 hue: 0.73 , saturation: 0.92 and the lightness value of a46bf9 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101011 11111001
Octal 244 153 371
Decimal 164 107 249
Hex A4 6B F9

RGB Percentages of Color #a46bf9

%31.54
%20.58
%47.88

CMYK Percentages of Color #a46bf9

%34
%57
%0
%2

Triadic Colors of #a46bf9

#a46bf9 #f9a46b #6bf9a4

Analogous Colors of #a46bf9

#a46bf9 #eb6bf9 #6b79f9

Monochromatic Colors of #a46bf9

#a46bf9

Complementary Color

#a46bf9 #c0f96b

#a46bf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46bf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46bf9 Color CSS Codes

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

#a46bf9 Text Font Color

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

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


#a46bf9 Background Color

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

This div background color is #a46bf9


#a46bf9 Border Color

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

This div border color is #a46bf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46bf9


Comments

No comments written yet.

Please login to write comment.