Color Hex Logo

#a46cfb Color Hex

#A46CFB
(164,108,251)
0 Favorites   0 Comments

Color spaces of #a46cfb

RGB 164108251
HSL0.730.950.70
HSV263°57°98°
CMYK 0.350.570.00   0.02
XYZ38.085025.582794.1974
Yxy25.58270.24130.1621
Hunter Lab50.579345.8923-75.0143
CIE-Lab57.638851.2082-63.6073

#a46cfb color RGB value is (164,108,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101100 11111011
Octal 244 154 373
Decimal 164 108 251
Hex A4 6C FB

RGB Percentages of Color #a46cfb

%31.36
%20.65
%47.99

CMYK Percentages of Color #a46cfb

%35
%57
%0
%2

Triadic Colors of #a46cfb

#a46cfb #fba46c #6cfba4

Analogous Colors of #a46cfb

#a46cfb #ec6cfb #6c7cfb

Monochromatic Colors of #a46cfb

#a46cfb

Complementary Color

#a46cfb #c3fb6c

#a46cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46cfb Color CSS Codes

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

#a46cfb Text Font Color

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

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


#a46cfb Background Color

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

This div background color is #a46cfb


#a46cfb Border Color

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

This div border color is #a46cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46cfb


Comments

No comments written yet.

Please login to write comment.