Color Hex Logo

#a46bfb Color Hex

#A46BFB
(164,107,251)
0 Favorites   0 Comments

Color spaces of #a46bfb

RGB 164107251
HSL0.730.950.70
HSV264°57°98°
CMYK 0.350.570.00   0.02
XYZ37.980125.372994.1625
Yxy25.37290.24110.1611
Hunter Lab50.371546.4387-75.5743
CIE-Lab57.437051.7395-63.9318

#a46bfb color RGB value is (164,107,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101011 11111011
Octal 244 153 373
Decimal 164 107 251
Hex A4 6B FB

RGB Percentages of Color #a46bfb

%31.42
%20.50
%48.08

CMYK Percentages of Color #a46bfb

%35
%57
%0
%2

Triadic Colors of #a46bfb

#a46bfb #fba46b #6bfba4

Analogous Colors of #a46bfb

#a46bfb #ec6bfb #6b7afb

Monochromatic Colors of #a46bfb

#a46bfb

Complementary Color

#a46bfb #c2fb6b

#a46bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46bfb Color CSS Codes

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

#a46bfb Text Font Color

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

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


#a46bfb Background Color

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

This div background color is #a46bfb


#a46bfb Border Color

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

This div border color is #a46bfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,107,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 #a46bfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46bfb


Comments

No comments written yet.

Please login to write comment.