Color Hex Logo

#a115ef Color Hex

#A115EF
(161,21,239)
0 Favorites   0 Comments

Color spaces of #a115ef

RGB 16121239
HSL0.770.870.51
HSV279°91°94°
CMYK 0.330.910.00   0.06
XYZ30.546114.345482.8203
Yxy14.34540.23920.1123
Hunter Lab37.875377.6768-103.1341
CIE-Lab44.724380.7432-77.8700

#a115ef color RGB value is (161,21,239).

#a115ef hex color red value is 161, green value is 21 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a115ef hue: 0.77 , saturation: 0.87 and the lightness value of a115ef is 0.51.

The process color (four color CMYK) of #a115ef color hex is 0.33, 0.91, 0.00, 0.06. Web safe color of #a115ef is #9900ff. Color #a115ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00010101 11101111
Octal 241 25 357
Decimal 161 21 239
Hex A1 15 EF

RGB Percentages of Color #a115ef

%38.24
%4.99
%56.77

CMYK Percentages of Color #a115ef

%33
%91
%0
%6

Triadic Colors of #a115ef

#a115ef #efa115 #15efa1

Analogous Colors of #a115ef

#a115ef #ef15d0 #3415ef

Monochromatic Colors of #a115ef

#a115ef

Complementary Color

#a115ef #63ef15

#a115ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a115ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a115ef Color CSS Codes

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

#a115ef Text Font Color

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

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


#a115ef Background Color

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

This div background color is #a115ef


#a115ef Border Color

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

This div border color is #a115ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a115ef


Comments

No comments written yet.

Please login to write comment.