Color Hex Logo

#a331fd Color Hex

#A331FD
(163,49,253)
0 Favorites   0 Comments

Color spaces of #a331fd

RGB 16349253
HSL0.760.980.59
HSV274°81°99°
CMYK 0.360.810.00   0.01
XYZ33.932217.075094.4359
Yxy17.07500.23330.1174
Hunter Lab41.321974.2650-106.5743
CIE-Lab48.354477.3104-79.7756

#a331fd color RGB value is (163,49,253).

#a331fd hex color red value is 163, green value is 49 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a331fd hue: 0.76 , saturation: 0.98 and the lightness value of a331fd is 0.59.

The process color (four color CMYK) of #a331fd color hex is 0.36, 0.81, 0.00, 0.01. Web safe color of #a331fd is #9933ff. Color #a331fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110001 11111101
Octal 243 61 375
Decimal 163 49 253
Hex A3 31 FD

RGB Percentages of Color #a331fd

%35.05
%10.54
%54.41

CMYK Percentages of Color #a331fd

%36
%81
%0
%1

Triadic Colors of #a331fd

#a331fd #fda331 #31fda3

Analogous Colors of #a331fd

#a331fd #fd31f1 #3d31fd

Monochromatic Colors of #a331fd

#a331fd

Complementary Color

#a331fd #8bfd31

#a331fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a331fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a331fd Color CSS Codes

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

#a331fd Text Font Color

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

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


#a331fd Background Color

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

This div background color is #a331fd


#a331fd Border Color

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

This div border color is #a331fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a331fd


Comments

No comments written yet.

Please login to write comment.