Color Hex Logo

#a011ec Color Hex

#A011EC
(160,17,236)
0 Favorites   0 Comments

Color spaces of #a011ec

RGB 16017236
HSL0.780.870.50
HSV279°93°93°
CMYK 0.320.930.00   0.07
XYZ29.838013.930680.4731
Yxy13.93060.24020.1121
Hunter Lab37.323777.3832-101.7077
CIE-Lab44.133280.6236-77.1477

#a011ec color RGB value is (160,17,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010001 11101100
Octal 240 21 354
Decimal 160 17 236
Hex A0 11 EC

RGB Percentages of Color #a011ec

%38.74
%4.12
%57.14

CMYK Percentages of Color #a011ec

%32
%93
%0
%7

Triadic Colors of #a011ec

#a011ec #eca011 #11eca0

Analogous Colors of #a011ec

#a011ec #ec11cb #3311ec

Monochromatic Colors of #a011ec

#a011ec

Complementary Color

#a011ec #5dec11

#a011ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a011ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a011ec Color CSS Codes

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

#a011ec Text Font Color

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

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


#a011ec Background Color

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

This div background color is #a011ec


#a011ec Border Color

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

This div border color is #a011ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a011ec


Comments

No comments written yet.

Please login to write comment.