Color Hex Logo

#a163fd Color Hex

#A163FD
(161,99,253)
0 Favorites   0 Comments

Color spaces of #a163fd

RGB 16199253
HSL0.730.970.69
HSV264°61°99°
CMYK 0.360.610.00   0.01
XYZ36.889423.592695.5380
Yxy23.59260.23640.1512
Hunter Lab48.572250.5650-82.6186
CIE-Lab55.677655.7634-67.8886

#a163fd color RGB value is (161,99,253).

#a163fd hex color red value is 161, green value is 99 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a163fd hue: 0.73 , saturation: 0.97 and the lightness value of a163fd is 0.69.

The process color (four color CMYK) of #a163fd color hex is 0.36, 0.61, 0.00, 0.01. Web safe color of #a163fd is #9966ff. Color #a163fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100011 11111101
Octal 241 143 375
Decimal 161 99 253
Hex A1 63 FD

RGB Percentages of Color #a163fd

%31.38
%19.30
%49.32

CMYK Percentages of Color #a163fd

%36
%61
%0
%1

Triadic Colors of #a163fd

#a163fd #fda163 #63fda1

Analogous Colors of #a163fd

#a163fd #ee63fd #6372fd

Monochromatic Colors of #a163fd

#a163fd

Complementary Color

#a163fd #bffd63

#a163fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a163fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a163fd Color CSS Codes

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

#a163fd Text Font Color

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

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


#a163fd Background Color

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

This div background color is #a163fd


#a163fd Border Color

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

This div border color is #a163fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a163fd

Related Colors


Comments

No comments written yet.

Please login to write comment.