Color Hex Logo

#a360bc Color Hex

#A360BC
(163,96,188)
0 Favorites   0 Comments

Color spaces of #a360bc

RGB 16396188
HSL0.790.410.56
HSV284°49°74°
CMYK 0.130.490.00   0.26
XYZ28.364219.783149.9005
Yxy19.78310.28930.2018
Hunter Lab44.478235.9944-35.3833
CIE-Lab51.591142.7880-37.6615

#a360bc color RGB value is (163,96,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100000 10111100
Octal 243 140 274
Decimal 163 96 188
Hex A3 60 BC

RGB Percentages of Color #a360bc

%36.47
%21.48
%42.06

CMYK Percentages of Color #a360bc

%13
%49
%0
%26

Triadic Colors of #a360bc

#a360bc #bca360 #60bca3

Analogous Colors of #a360bc

#a360bc #bc60a7 #7560bc

Monochromatic Colors of #a360bc

#a360bc

Complementary Color

#a360bc #79bc60

#a360bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a360bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a360bc Color CSS Codes

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

#a360bc Text Font Color

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

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


#a360bc Background Color

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

This div background color is #a360bc


#a360bc Border Color

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

This div border color is #a360bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a360bc


Comments

No comments written yet.

Please login to write comment.