Color Hex Logo

#a15eef Color Hex

#A15EEF
(161,94,239)
0 Favorites   0 Comments

Color spaces of #a15eef

RGB 16194239
HSL0.740.820.65
HSV268°61°94°
CMYK 0.330.610.00   0.06
XYZ34.280621.814584.0652
Yxy21.81450.24460.1556
Hunter Lab46.706049.2774-74.0207
CIE-Lab53.829654.9201-63.0813

#a15eef color RGB value is (161,94,239).

#a15eef hex color red value is 161, green value is 94 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a15eef hue: 0.74 , saturation: 0.82 and the lightness value of a15eef is 0.65.

The process color (four color CMYK) of #a15eef color hex is 0.33, 0.61, 0.00, 0.06. Web safe color of #a15eef is #9966ff. Color #a15eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011110 11101111
Octal 241 136 357
Decimal 161 94 239
Hex A1 5E EF

RGB Percentages of Color #a15eef

%32.59
%19.03
%48.38

CMYK Percentages of Color #a15eef

%33
%61
%0
%6

Triadic Colors of #a15eef

#a15eef #efa15e #5eefa1

Analogous Colors of #a15eef

#a15eef #ea5eef #5e64ef

Monochromatic Colors of #a15eef

#a15eef

Complementary Color

#a15eef #acef5e

#a15eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15eef Color CSS Codes

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

#a15eef Text Font Color

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

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


#a15eef Background Color

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

This div background color is #a15eef


#a15eef Border Color

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

This div border color is #a15eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15eef


Comments

No comments written yet.

Please login to write comment.