Color Hex Logo

#a40bfa Color Hex

#A40BFA
(164,11,250)
0 Favorites   0 Comments

Color spaces of #a40bfa

RGB 16411250
HSL0.770.960.51
HSV278°96°98°
CMYK 0.340.960.00   0.02
XYZ32.684815.034091.6216
Yxy15.03400.23460.1079
Hunter Lab38.773782.6149-112.9597
CIE-Lab45.680784.4340-82.4716

#a40bfa color RGB value is (164,11,250).

#a40bfa hex color red value is 164, green value is 11 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a40bfa hue: 0.77 , saturation: 0.96 and the lightness value of a40bfa is 0.51.

The process color (four color CMYK) of #a40bfa color hex is 0.34, 0.96, 0.00, 0.02. Web safe color of #a40bfa is #9900ff. Color #a40bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001011 11111010
Octal 244 13 372
Decimal 164 11 250
Hex A4 B FA

RGB Percentages of Color #a40bfa

%38.59
%2.59
%58.82

CMYK Percentages of Color #a40bfa

%34
%96
%0
%2

Triadic Colors of #a40bfa

#a40bfa #faa40b #0bfaa4

Analogous Colors of #a40bfa

#a40bfa #fa0bd9 #2c0bfa

Monochromatic Colors of #a40bfa

#a40bfa

Complementary Color

#a40bfa #61fa0b

#a40bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40bfa Color CSS Codes

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

#a40bfa Text Font Color

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

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


#a40bfa Background Color

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

This div background color is #a40bfa


#a40bfa Border Color

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

This div border color is #a40bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.