Color Hex Logo

#a315ec Color Hex

#A315EC
(163,21,236)
0 Favorites   0 Comments

Color spaces of #a315ec

RGB 16321236
HSL0.780.850.50
HSV280°91°93°
CMYK 0.310.910.00   0.07
XYZ30.512714.379080.5241
Yxy14.37900.24330.1147
Hunter Lab37.919777.2737-99.3612
CIE-Lab44.771680.4142-76.0852

#a315ec color RGB value is (163,21,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010101 11101100
Octal 243 25 354
Decimal 163 21 236
Hex A3 15 EC

RGB Percentages of Color #a315ec

%38.81
%5.00
%56.19

CMYK Percentages of Color #a315ec

%31
%91
%0
%7

Triadic Colors of #a315ec

#a315ec #eca315 #15eca3

Analogous Colors of #a315ec

#a315ec #ec15ca #3815ec

Monochromatic Colors of #a315ec

#a315ec

Complementary Color

#a315ec #5eec15

#a315ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a315ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a315ec Color CSS Codes

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

#a315ec Text Font Color

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

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


#a315ec Background Color

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

This div background color is #a315ec


#a315ec Border Color

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

This div border color is #a315ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,21,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 #a315ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a315ec


Comments

No comments written yet.

Please login to write comment.