Color Hex Logo

#a106ec Color Hex

#A106EC
(161,6,236)
0 Favorites   0 Comments

Color spaces of #a106ec

RGB 1616236
HSL0.780.950.47
HSV280°97°93°
CMYK 0.320.970.00   0.07
XYZ29.903413.763480.4374
Yxy13.76340.24100.1109
Hunter Lab37.099178.9552-102.5820
CIE-Lab43.891781.9128-77.5374

#a106ec color RGB value is (161,6,236).

#a106ec hex color red value is 161, green value is 6 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a106ec hue: 0.78 , saturation: 0.95 and the lightness value of a106ec is 0.47.

The process color (four color CMYK) of #a106ec color hex is 0.32, 0.97, 0.00, 0.07. Web safe color of #a106ec is #9900ff. Color #a106ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00000110 11101100
Octal 241 6 354
Decimal 161 6 236
Hex A1 6 EC

RGB Percentages of Color #a106ec

%39.95
%1.49
%58.56

CMYK Percentages of Color #a106ec

%32
%97
%0
%7

Triadic Colors of #a106ec

#a106ec #eca106 #06eca1

Analogous Colors of #a106ec

#a106ec #ec06c4 #2e06ec

Monochromatic Colors of #a106ec

#a106ec

Complementary Color

#a106ec #51ec06

#a106ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a106ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a106ec Color CSS Codes

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

#a106ec Text Font Color

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

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


#a106ec Background Color

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

This div background color is #a106ec


#a106ec Border Color

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

This div border color is #a106ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a106ec


Comments

No comments written yet.

Please login to write comment.