Color Hex Logo

#a010ec Color Hex

#A010EC
(160,16,236)
0 Favorites   0 Comments

Color spaces of #a010ec

RGB 16016236
HSL0.780.870.49
HSV279°93°93°
CMYK 0.320.930.00   0.07
XYZ29.822813.900380.4681
Yxy13.90030.24010.1119
Hunter Lab37.283177.5369-101.8674
CIE-Lab44.089680.7539-77.2192

#a010ec color RGB value is (160,16,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010000 11101100
Octal 240 20 354
Decimal 160 16 236
Hex A0 10 EC

RGB Percentages of Color #a010ec

%38.83
%3.88
%57.28

CMYK Percentages of Color #a010ec

%32
%93
%0
%7

Triadic Colors of #a010ec

#a010ec #eca010 #10eca0

Analogous Colors of #a010ec

#a010ec #ec10ca #3210ec

Monochromatic Colors of #a010ec

#a010ec

Complementary Color

#a010ec #5cec10

#a010ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a010ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a010ec Color CSS Codes

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

#a010ec Text Font Color

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

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


#a010ec Background Color

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

This div background color is #a010ec


#a010ec Border Color

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

This div border color is #a010ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a010ec


Comments

No comments written yet.

Please login to write comment.