Color Hex Logo

#a173fd Color Hex

#A173FD
(161,115,253)
0 Favorites   0 Comments

Color spaces of #a173fd

RGB 161115253
HSL0.720.970.72
HSV260°55°99°
CMYK 0.360.550.00   0.01
XYZ38.558326.930496.0943
Yxy26.93040.23860.1667
Hunter Lab51.894541.8125-73.4626
CIE-Lab58.909847.2503-62.6866

#a173fd color RGB value is (161,115,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110011 11111101
Octal 241 163 375
Decimal 161 115 253
Hex A1 73 FD

RGB Percentages of Color #a173fd

%30.43
%21.74
%47.83

CMYK Percentages of Color #a173fd

%36
%55
%0
%1

Triadic Colors of #a173fd

#a173fd #fda173 #73fda1

Analogous Colors of #a173fd

#a173fd #e673fd #738afd

Monochromatic Colors of #a173fd

#a173fd

Complementary Color

#a173fd #cffd73

#a173fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a173fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a173fd Color CSS Codes

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

#a173fd Text Font Color

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

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


#a173fd Background Color

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

This div background color is #a173fd


#a173fd Border Color

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

This div border color is #a173fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a173fd


Comments

No comments written yet.

Please login to write comment.