Color Hex Logo

#a163eb Color Hex

#A163EB
(161,99,235)
0 Favorites   0 Comments

Color spaces of #a163eb

RGB 16199235
HSL0.740.770.65
HSV267°58°92°
CMYK 0.310.580.00   0.08
XYZ34.155222.498981.1398
Yxy22.49890.24790.1633
Hunter Lab47.433045.5252-68.2195
CIE-Lab54.552451.3702-59.6817

#a163eb color RGB value is (161,99,235).

#a163eb hex color red value is 161, green value is 99 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a163eb hue: 0.74 , saturation: 0.77 and the lightness value of a163eb is 0.65.

The process color (four color CMYK) of #a163eb color hex is 0.31, 0.58, 0.00, 0.08. Web safe color of #a163eb is #9966ff. Color #a163eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100011 11101011
Octal 241 143 353
Decimal 161 99 235
Hex A1 63 EB

RGB Percentages of Color #a163eb

%32.53
%20.00
%47.47

CMYK Percentages of Color #a163eb

%31
%58
%0
%8

Triadic Colors of #a163eb

#a163eb #eba163 #63eba1

Analogous Colors of #a163eb

#a163eb #e563eb #6369eb

Monochromatic Colors of #a163eb

#a163eb

Complementary Color

#a163eb #adeb63

#a163eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a163eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a163eb Color CSS Codes

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

#a163eb Text Font Color

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

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


#a163eb Background Color

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

This div background color is #a163eb


#a163eb Border Color

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

This div border color is #a163eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,99,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a163eb


Comments

No comments written yet.

Please login to write comment.