Color Hex Logo

#a310ec Color Hex

#A310EC
(163,16,236)
0 Favorites   0 Comments

Color spaces of #a310ec

RGB 16316236
HSL0.780.870.49
HSV280°93°93°
CMYK 0.310.930.00   0.07
XYZ30.429914.213280.4965
Yxy14.21320.24320.1136
Hunter Lab37.700478.1007-100.2035
CIE-Lab44.537181.1149-76.4689

#a310ec color RGB value is (163,16,236).

#a310ec hex color red value is 163, green value is 16 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a310ec hue: 0.78 , saturation: 0.87 and the lightness value of a310ec is 0.49.

The process color (four color CMYK) of #a310ec color hex is 0.31, 0.93, 0.00, 0.07. Web safe color of #a310ec is #9900ff. Color #a310ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010000 11101100
Octal 243 20 354
Decimal 163 16 236
Hex A3 10 EC

RGB Percentages of Color #a310ec

%39.28
%3.86
%56.87

CMYK Percentages of Color #a310ec

%31
%93
%0
%7

Triadic Colors of #a310ec

#a310ec #eca310 #10eca3

Analogous Colors of #a310ec

#a310ec #ec10c7 #3510ec

Monochromatic Colors of #a310ec

#a310ec

Complementary Color

#a310ec #59ec10

#a310ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a310ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a310ec Color CSS Codes

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

#a310ec Text Font Color

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

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


#a310ec Background Color

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

This div background color is #a310ec


#a310ec Border Color

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

This div border color is #a310ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a310ec


Comments

No comments written yet.

Please login to write comment.