Color Hex Logo

#a360ca Color Hex

#A360CA
(163,96,202)
0 Favorites   0 Comments

Color spaces of #a360ca

RGB 16396202
HSL0.770.500.58
HSV278°52°79°
CMYK 0.190.520.00   0.21
XYZ29.947820.416558.2395
Yxy20.41650.27580.1880
Hunter Lab45.184639.2345-44.7910
CIE-Lab52.304945.8173-44.5818

#a360ca color RGB value is (163,96,202).

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

The process color (four color CMYK) of #a360ca color hex is 0.19, 0.52, 0.00, 0.21. Web safe color of #a360ca is #9966cc. Color #a360ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100000 11001010
Octal 243 140 312
Decimal 163 96 202
Hex A3 60 CA

RGB Percentages of Color #a360ca

%35.36
%20.82
%43.82

CMYK Percentages of Color #a360ca

%19
%52
%0
%21

Triadic Colors of #a360ca

#a360ca #caa360 #60caa3

Analogous Colors of #a360ca

#a360ca #ca60bc #6e60ca

Monochromatic Colors of #a360ca

#a360ca

Complementary Color

#a360ca #87ca60

#a360ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a360ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a360ca Color CSS Codes

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

#a360ca Text Font Color

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

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


#a360ca Background Color

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

This div background color is #a360ca


#a360ca Border Color

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

This div border color is #a360ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a360ca


Comments

No comments written yet.

Please login to write comment.