Color Hex Logo

#a360bb Color Hex

#A360BB
(163,96,187)
0 Favorites   0 Comments

Color spaces of #a360bb

RGB 16396187
HSL0.790.400.55
HSV284°49°73°
CMYK 0.130.490.00   0.27
XYZ28.256819.740149.3346
Yxy19.74010.29030.2028
Hunter Lab44.429835.7715-34.7344
CIE-Lab51.542142.5770-37.1609

#a360bb color RGB value is (163,96,187).

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

The process color (four color CMYK) of #a360bb color hex is 0.13, 0.49, 0.00, 0.27. Web safe color of #a360bb is #9966cc. Color #a360bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100000 10111011
Octal 243 140 273
Decimal 163 96 187
Hex A3 60 BB

RGB Percentages of Color #a360bb

%36.55
%21.52
%41.93

CMYK Percentages of Color #a360bb

%13
%49
%0
%27

Triadic Colors of #a360bb

#a360bb #bba360 #60bba3

Analogous Colors of #a360bb

#a360bb #bb60a6 #7660bb

Monochromatic Colors of #a360bb

#a360bb

Complementary Color

#a360bb #78bb60

#a360bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a360bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a360bb Color CSS Codes

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

#a360bb Text Font Color

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

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


#a360bb Background Color

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

This div background color is #a360bb


#a360bb Border Color

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

This div border color is #a360bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a360bb


Comments

No comments written yet.

Please login to write comment.