color codes Logo

#a360eb color codes

#A360EB
(163,96,235)
0 Favorites   0 Comments

Color spaces of #a360eb

RGB 16396235
HSL0.750.780.65
HSV269°59°92°
CMYK 0.310.590.00   0.08
XYZ34.282522.150481.0658
Yxy22.15040.24930.1611
Hunter Lab47.064247.6606-69.1792
CIE-Lab54.186253.3896-60.2579

#a360eb color RGB value is (163,96,235).

#a360eb hex color red value is 163, green value is 96 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a360eb hue: 0.75 , saturation: 0.78 and the lightness value of a360eb is 0.65.

The process color (four color CMYK) of #a360eb color code is 0.31, 0.59, 0.00, 0.08. Web safe color of #a360eb is #9966ff. Color #a360eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100000 11101011
Octal 243 140 353
Decimal 163 96 235
Hex A3 60 EB

RGB Percentages of Color #a360eb

%33.00
%19.43
%47.57

CMYK Percentages of Color #a360eb

%31
%59
%0
%8

Triadic Colors of #a360eb

#a360eb #eba360 #60eba3

Analogous Colors of #a360eb

#a360eb #e960eb #6062eb

Monochromatic Colors of #a360eb

#a360eb

Complementary Color

#a360eb #a8eb60

#a360eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a360eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a360eb Color CSS Codes

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

#a360eb Text Font Color

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

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


#a360eb Background Color

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

This div background color is #a360eb


#a360eb Border Color

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

This div border color is #a360eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a360eb


Comments

No comments written yet.

Please login to write comment.