Color Hex Logo

#a11aef Color Hex

#A11AEF
(161,26,239)
0 Favorites   0 Comments

Color spaces of #a11aef

RGB 16126239
HSL0.770.870.52
HSV278°89°94°
CMYK 0.330.890.00   0.06
XYZ30.647314.547982.8541
Yxy14.54790.23930.1136
Hunter Lab38.141776.6788-102.0947
CIE-Lab45.008779.8952-77.4045

#a11aef color RGB value is (161,26,239).

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

The process color (four color CMYK) of #a11aef color hex is 0.33, 0.89, 0.00, 0.06. Web safe color of #a11aef is #9933ff. Color #a11aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00011010 11101111
Octal 241 32 357
Decimal 161 26 239
Hex A1 1A EF

RGB Percentages of Color #a11aef

%37.79
%6.10
%56.10

CMYK Percentages of Color #a11aef

%33
%89
%0
%6

Triadic Colors of #a11aef

#a11aef #efa11a #1aefa1

Analogous Colors of #a11aef

#a11aef #ef1ad3 #361aef

Monochromatic Colors of #a11aef

#a11aef

Complementary Color

#a11aef #68ef1a

#a11aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a11aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a11aef Color CSS Codes

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

#a11aef Text Font Color

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

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


#a11aef Background Color

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

This div background color is #a11aef


#a11aef Border Color

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

This div border color is #a11aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a11aef


Comments

No comments written yet.

Please login to write comment.