Color Hex Logo

#a315ea Color Hex

#A315EA
(163,21,234)
0 Favorites   0 Comments

Color spaces of #a315ea

RGB 16321234
HSL0.780.840.50
HSV280°91°92°
CMYK 0.300.910.00   0.08
XYZ30.223714.263479.0020
Yxy14.26340.24470.1155
Hunter Lab37.766976.7559-97.5878
CIE-Lab44.608380.0337-75.2199

#a315ea color RGB value is (163,21,234).

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

The process color (four color CMYK) of #a315ea color hex is 0.30, 0.91, 0.00, 0.08. Web safe color of #a315ea is #9900ff. Color #a315ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010101 11101010
Octal 243 25 352
Decimal 163 21 234
Hex A3 15 EA

RGB Percentages of Color #a315ea

%39.00
%5.02
%55.98

CMYK Percentages of Color #a315ea

%30
%91
%0
%8

Triadic Colors of #a315ea

#a315ea #eaa315 #15eaa3

Analogous Colors of #a315ea

#a315ea #ea15c7 #3815ea

Monochromatic Colors of #a315ea

#a315ea

Complementary Color

#a315ea #5cea15

#a315ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a315ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a315ea Color CSS Codes

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

#a315ea Text Font Color

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

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


#a315ea Background Color

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

This div background color is #a315ea


#a315ea Border Color

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

This div border color is #a315ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a315ea


Comments

No comments written yet.

Please login to write comment.