Color Hex Logo

#a13bfa Color Hex

#A13BFA
(161,59,250)
0 Favorites   0 Comments

Color spaces of #a13bfa

RGB 16159250
HSL0.760.950.61
HSV272°76°98°
CMYK 0.360.760.00   0.02
XYZ33.517217.607192.0744
Yxy17.60710.23410.1230
Hunter Lab41.960869.1497-100.7272
CIE-Lab49.016173.0064-77.0315

#a13bfa color RGB value is (161,59,250).

#a13bfa hex color red value is 161, green value is 59 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a13bfa hue: 0.76 , saturation: 0.95 and the lightness value of a13bfa is 0.61.

The process color (four color CMYK) of #a13bfa color hex is 0.36, 0.76, 0.00, 0.02. Web safe color of #a13bfa is #9933ff. Color #a13bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111011 11111010
Octal 241 73 372
Decimal 161 59 250
Hex A1 3B FA

RGB Percentages of Color #a13bfa

%34.26
%12.55
%53.19

CMYK Percentages of Color #a13bfa

%36
%76
%0
%2

Triadic Colors of #a13bfa

#a13bfa #faa13b #3bfaa1

Analogous Colors of #a13bfa

#a13bfa #fa3bf4 #413bfa

Monochromatic Colors of #a13bfa

#a13bfa

Complementary Color

#a13bfa #94fa3b

#a13bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13bfa Color CSS Codes

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

#a13bfa Text Font Color

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

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


#a13bfa Background Color

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

This div background color is #a13bfa


#a13bfa Border Color

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

This div border color is #a13bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.