Color Hex Logo

#a381f9 Color Hex

#A381F9
(163,129,249)
0 Favorites   0 Comments

Color spaces of #a381f9

RGB 163129249
HSL0.710.910.74
HSV257°48°98°
CMYK 0.350.480.00   0.02
XYZ40.053430.326693.3651
Yxy30.32660.24460.1852
Hunter Lab55.069633.4554-61.9717
CIE-Lab61.935038.9343-55.6371

#a381f9 color RGB value is (163,129,249).

#a381f9 hex color red value is 163, green value is 129 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #a381f9 hue: 0.71 , saturation: 0.91 and the lightness value of a381f9 is 0.74.

The process color (four color CMYK) of #a381f9 color hex is 0.35, 0.48, 0.00, 0.02. Web safe color of #a381f9 is #9999ff. Color #a381f9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000001 11111001
Octal 243 201 371
Decimal 163 129 249
Hex A3 81 F9

RGB Percentages of Color #a381f9

%30.13
%23.84
%46.03

CMYK Percentages of Color #a381f9

%35
%48
%0
%2

Triadic Colors of #a381f9

#a381f9 #f9a381 #81f9a3

Analogous Colors of #a381f9

#a381f9 #df81f9 #819bf9

Monochromatic Colors of #a381f9

#a381f9

Complementary Color

#a381f9 #d7f981

#a381f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a381f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a381f9 Color CSS Codes

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

#a381f9 Text Font Color

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

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


#a381f9 Background Color

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

This div background color is #a381f9


#a381f9 Border Color

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

This div border color is #a381f9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,129,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a381f9

Related Colors

#a381f9 Color Palettes


Comments

No comments written yet.

Please login to write comment.