Color Hex Logo

#a360ba Color Hex

#A360BA
(163,96,186)
0 Favorites   0 Comments

Color spaces of #a360ba

RGB 16396186
HSL0.790.390.55
HSV285°48°73°
CMYK 0.120.480.00   0.27
XYZ28.150119.697448.7727
Yxy19.69740.29130.2039
Hunter Lab44.381835.5495-34.0887
CIE-Lab51.493342.3665-36.6595

#a360ba color RGB value is (163,96,186).

#a360ba hex color red value is 163, green value is 96 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a360ba hue: 0.79 , saturation: 0.39 and the lightness value of a360ba is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100000 10111010
Octal 243 140 272
Decimal 163 96 186
Hex A3 60 BA

RGB Percentages of Color #a360ba

%36.63
%21.57
%41.80

CMYK Percentages of Color #a360ba

%12
%48
%0
%27

Triadic Colors of #a360ba

#a360ba #baa360 #60baa3

Analogous Colors of #a360ba

#a360ba #ba60a4 #7660ba

Monochromatic Colors of #a360ba

#a360ba

Complementary Color

#a360ba #77ba60

#a360ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a360ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a360ba Color CSS Codes

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

#a360ba Text Font Color

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

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


#a360ba Background Color

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

This div background color is #a360ba


#a360ba Border Color

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

This div border color is #a360ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a360ba


Comments

No comments written yet.

Please login to write comment.