Color Hex Logo

#a346ba Color Hex

#A346BA
(163,70,186)
0 Favorites   0 Comments

Color spaces of #a346ba

RGB 16370186
HSL0.800.460.50
HSV288°62°73°
CMYK 0.120.620.00   0.27
XYZ26.157315.712048.1085
Yxy15.71200.29070.1746
Hunter Lab39.638448.4248-44.2125
CIE-Lab46.594455.4249-44.4082

#a346ba color RGB value is (163,70,186).

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

The process color (four color CMYK) of #a346ba color hex is 0.12, 0.62, 0.00, 0.27. Web safe color of #a346ba is #9933cc. Color #a346ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000110 10111010
Octal 243 106 272
Decimal 163 70 186
Hex A3 46 BA

RGB Percentages of Color #a346ba

%38.90
%16.71
%44.39

CMYK Percentages of Color #a346ba

%12
%62
%0
%27

Triadic Colors of #a346ba

#a346ba #baa346 #46baa3

Analogous Colors of #a346ba

#a346ba #ba4697 #6946ba

Monochromatic Colors of #a346ba

#a346ba

Complementary Color

#a346ba #5dba46

#a346ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a346ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a346ba Color CSS Codes

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

#a346ba Text Font Color

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

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


#a346ba Background Color

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

This div background color is #a346ba


#a346ba Border Color

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

This div border color is #a346ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,70,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 #a346ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a346ba


Comments

No comments written yet.

Please login to write comment.