Color Hex Logo

#a311ec Color Hex

#A311EC
(163,17,236)
0 Favorites   0 Comments

Color spaces of #a311ec

RGB 16317236
HSL0.780.870.50
HSV280°93°93°
CMYK 0.310.930.00   0.07
XYZ30.445014.243680.5015
Yxy14.24360.24320.1138
Hunter Lab37.740777.9478-100.0480
CIE-Lab44.580380.9856-76.3982

#a311ec color RGB value is (163,17,236).

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

The process color (four color CMYK) of #a311ec color hex is 0.31, 0.93, 0.00, 0.07. Web safe color of #a311ec is #9900ff. Color #a311ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010001 11101100
Octal 243 21 354
Decimal 163 17 236
Hex A3 11 EC

RGB Percentages of Color #a311ec

%39.18
%4.09
%56.73

CMYK Percentages of Color #a311ec

%31
%93
%0
%7

Triadic Colors of #a311ec

#a311ec #eca311 #11eca3

Analogous Colors of #a311ec

#a311ec #ec11c8 #3611ec

Monochromatic Colors of #a311ec

#a311ec

Complementary Color

#a311ec #5aec11

#a311ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a311ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a311ec Color CSS Codes

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

#a311ec Text Font Color

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

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


#a311ec Background Color

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

This div background color is #a311ec


#a311ec Border Color

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

This div border color is #a311ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a311ec


Comments

No comments written yet.

Please login to write comment.