Color Hex Logo

#a360cc Color Hex

#A360CC
(163,96,204)
0 Favorites   0 Comments

Color spaces of #a360cc

RGB 16396204
HSL0.770.510.59
HSV277°53°80°
CMYK 0.200.530.00   0.20
XYZ30.186220.511959.4949
Yxy20.51190.27390.1861
Hunter Lab45.290139.7141-46.1827
CIE-Lab52.411146.2599-45.5569

#a360cc color RGB value is (163,96,204).

#a360cc hex color red value is 163, green value is 96 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a360cc hue: 0.77 , saturation: 0.51 and the lightness value of a360cc is 0.59.

The process color (four color CMYK) of #a360cc color hex is 0.20, 0.53, 0.00, 0.20. Web safe color of #a360cc is #9966cc. Color #a360cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100000 11001100
Octal 243 140 314
Decimal 163 96 204
Hex A3 60 CC

RGB Percentages of Color #a360cc

%35.21
%20.73
%44.06

CMYK Percentages of Color #a360cc

%20
%53
%0
%20

Triadic Colors of #a360cc

#a360cc #cca360 #60cca3

Analogous Colors of #a360cc

#a360cc #cc60bf #6d60cc

Monochromatic Colors of #a360cc

#a360cc

Complementary Color

#a360cc #89cc60

#a360cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a360cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a360cc Color CSS Codes

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

#a360cc Text Font Color

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

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


#a360cc Background Color

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

This div background color is #a360cc


#a360cc Border Color

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

This div border color is #a360cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a360cc


Comments

No comments written yet.

Please login to write comment.