Color Hex Logo

#a354ba Color Hex

#A354BA
(163,84,186)
0 Favorites   0 Comments

Color spaces of #a354ba

RGB 16384186
HSL0.800.430.53
HSV286°55°73°
CMYK 0.120.550.00   0.27
XYZ27.137517.672348.4352
Yxy17.67230.29100.1895
Hunter Lab42.038441.6617-38.8849
CIE-Lab49.096248.6538-40.4387

#a354ba color RGB value is (163,84,186).

#a354ba hex color red value is 163, green value is 84 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a354ba hue: 0.80 , saturation: 0.43 and the lightness value of a354ba is 0.53.

The process color (four color CMYK) of #a354ba color hex is 0.12, 0.55, 0.00, 0.27. Web safe color of #a354ba is #9966cc. Color #a354ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010100 10111010
Octal 243 124 272
Decimal 163 84 186
Hex A3 54 BA

RGB Percentages of Color #a354ba

%37.64
%19.40
%42.96

CMYK Percentages of Color #a354ba

%12
%55
%0
%27

Triadic Colors of #a354ba

#a354ba #baa354 #54baa3

Analogous Colors of #a354ba

#a354ba #ba549e #7054ba

Monochromatic Colors of #a354ba

#a354ba

Complementary Color

#a354ba #6bba54

#a354ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a354ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a354ba Color CSS Codes

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

#a354ba Text Font Color

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

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


#a354ba Background Color

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

This div background color is #a354ba


#a354ba Border Color

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

This div border color is #a354ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a354ba


Comments

No comments written yet.

Please login to write comment.