Color Hex Logo

#a349ff Color Hex

#A349FF
(163,73,255)
0 Favorites   0 Comments

Color spaces of #a349ff

RGB 16373255
HSL0.751.000.64
HSV270°71°100°
CMYK 0.360.710.00   0.00
XYZ35.536819.771696.5510
Yxy19.77160.23400.1302
Hunter Lab44.465364.8436-97.6154
CIE-Lab51.578068.9208-75.6311

#a349ff color RGB value is (163,73,255).

#a349ff hex color red value is 163, green value is 73 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a349ff hue: 0.75 , saturation: 1.00 and the lightness value of a349ff is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001001 11111111
Octal 243 111 377
Decimal 163 73 255
Hex A3 49 FF

RGB Percentages of Color #a349ff

%33.20
%14.87
%51.93

CMYK Percentages of Color #a349ff

%36
%71
%0
%0

Triadic Colors of #a349ff

#a349ff #ffa349 #49ffa3

Analogous Colors of #a349ff

#a349ff #fe49ff #494aff

Monochromatic Colors of #a349ff

#a349ff

Complementary Color

#a349ff #a5ff49

#a349ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a349ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a349ff Color CSS Codes

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

#a349ff Text Font Color

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

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


#a349ff Background Color

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

This div background color is #a349ff


#a349ff Border Color

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

This div border color is #a349ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a349ff


Comments

No comments written yet.

Please login to write comment.