Color Hex Logo

#a13efa Color Hex

#A13EFA
(161,62,250)
0 Favorites   0 Comments

Color spaces of #a13efa

RGB 16162250
HSL0.750.950.61
HSV272°75°98°
CMYK 0.360.750.00   0.02
XYZ33.675917.924492.1273
Yxy17.92440.23430.1247
Hunter Lab42.337267.8925-99.3811
CIE-Lab49.404371.8897-76.3984

#a13efa color RGB value is (161,62,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111110 11111010
Octal 241 76 372
Decimal 161 62 250
Hex A1 3E FA

RGB Percentages of Color #a13efa

%34.04
%13.11
%52.85

CMYK Percentages of Color #a13efa

%36
%75
%0
%2

Triadic Colors of #a13efa

#a13efa #faa13e #3efaa1

Analogous Colors of #a13efa

#a13efa #fa3ef5 #433efa

Monochromatic Colors of #a13efa

#a13efa

Complementary Color

#a13efa #97fa3e

#a13efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13efa Color CSS Codes

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

#a13efa Text Font Color

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

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


#a13efa Background Color

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

This div background color is #a13efa


#a13efa Border Color

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

This div border color is #a13efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13efa

Related Colors


Comments

No comments written yet.

Please login to write comment.