Color Hex Logo

#a373fd Color Hex

#A373FD
(163,115,253)
0 Favorites   0 Comments

Color spaces of #a373fd

RGB 163115253
HSL0.720.970.72
HSV261°55°99°
CMYK 0.360.550.00   0.01
XYZ38.964627.139896.1134
Yxy27.13980.24020.1673
Hunter Lab52.095942.3396-72.9190
CIE-Lab59.103547.7111-62.3654

#a373fd color RGB value is (163,115,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110011 11111101
Octal 243 163 375
Decimal 163 115 253
Hex A3 73 FD

RGB Percentages of Color #a373fd

%30.70
%21.66
%47.65

CMYK Percentages of Color #a373fd

%36
%55
%0
%1

Triadic Colors of #a373fd

#a373fd #fda373 #73fda3

Analogous Colors of #a373fd

#a373fd #e873fd #7388fd

Monochromatic Colors of #a373fd

#a373fd

Complementary Color

#a373fd #cdfd73

#a373fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a373fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a373fd Color CSS Codes

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

#a373fd Text Font Color

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

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


#a373fd Background Color

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

This div background color is #a373fd


#a373fd Border Color

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

This div border color is #a373fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a373fd


Comments

No comments written yet.

Please login to write comment.