Color Hex Logo

#a349da Color Hex

#A349DA
(163,73,218)
0 Favorites   0 Comments

Color spaces of #a349da

RGB 16373218
HSL0.770.660.57
HSV277°67°85°
CMYK 0.250.670.00   0.15
XYZ30.141717.613668.1408
Yxy17.61360.26010.1520
Hunter Lab41.968654.7532-66.8862
CIE-Lab49.024160.6915-58.9616

#a349da color RGB value is (163,73,218).

#a349da hex color red value is 163, green value is 73 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a349da hue: 0.77 , saturation: 0.66 and the lightness value of a349da is 0.57.

The process color (four color CMYK) of #a349da color hex is 0.25, 0.67, 0.00, 0.15. Web safe color of #a349da is #9933cc. Color #a349da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001001 11011010
Octal 243 111 332
Decimal 163 73 218
Hex A3 49 DA

RGB Percentages of Color #a349da

%35.90
%16.08
%48.02

CMYK Percentages of Color #a349da

%25
%67
%0
%15

Triadic Colors of #a349da

#a349da #daa349 #49daa3

Analogous Colors of #a349da

#a349da #da49c9 #5b49da

Monochromatic Colors of #a349da

#a349da

Complementary Color

#a349da #80da49

#a349da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a349da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a349da Color CSS Codes

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

#a349da Text Font Color

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

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


#a349da Background Color

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

This div background color is #a349da


#a349da Border Color

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

This div border color is #a349da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a349da


Comments

No comments written yet.

Please login to write comment.