Color Hex Logo

#a354ad Color Hex

#A354AD
(163,84,173)
0 Favorites   0 Comments

Color spaces of #a354ad

RGB 16384173
HSL0.810.350.50
HSV293°51°68°
CMYK 0.060.510.00   0.32
XYZ25.817417.144341.4836
Yxy17.14430.30570.2030
Hunter Lab41.405738.8390-30.4176
CIE-Lab48.441346.0489-33.8834

#a354ad color RGB value is (163,84,173).

#a354ad hex color red value is 163, green value is 84 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a354ad hue: 0.81 , saturation: 0.35 and the lightness value of a354ad is 0.50.

The process color (four color CMYK) of #a354ad color hex is 0.06, 0.51, 0.00, 0.32. Web safe color of #a354ad is #996699. Color #a354ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010100 10101101
Octal 243 124 255
Decimal 163 84 173
Hex A3 54 AD

RGB Percentages of Color #a354ad

%38.81
%20.00
%41.19

CMYK Percentages of Color #a354ad

%6
%51
%0
%32

Triadic Colors of #a354ad

#a354ad #ada354 #54ada3

Analogous Colors of #a354ad

#a354ad #ad548b #7754ad

Monochromatic Colors of #a354ad

#a354ad

Complementary Color

#a354ad #5ead54

#a354ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a354ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a354ad Color CSS Codes

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

#a354ad Text Font Color

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

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


#a354ad Background Color

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

This div background color is #a354ad


#a354ad Border Color

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

This div border color is #a354ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a354ad


Comments

No comments written yet.

Please login to write comment.