Color Hex Logo

#a014ec Color Hex

#A014EC
(160,20,236)
0 Favorites   0 Comments

Color spaces of #a014ec

RGB 16020236
HSL0.770.850.50
HSV279°92°93°
CMYK 0.320.920.00   0.07
XYZ29.887714.030080.4897
Yxy14.03000.24020.1128
Hunter Lab37.456676.8810-101.1872
CIE-Lab44.275980.1971-76.9141

#a014ec color RGB value is (160,20,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010100 11101100
Octal 240 24 354
Decimal 160 20 236
Hex A0 14 EC

RGB Percentages of Color #a014ec

%38.46
%4.81
%56.73

CMYK Percentages of Color #a014ec

%32
%92
%0
%7

Triadic Colors of #a014ec

#a014ec #eca014 #14eca0

Analogous Colors of #a014ec

#a014ec #ec14cc #3414ec

Monochromatic Colors of #a014ec

#a014ec

Complementary Color

#a014ec #60ec14

#a014ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a014ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a014ec Color CSS Codes

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

#a014ec Text Font Color

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

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


#a014ec Background Color

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

This div background color is #a014ec


#a014ec Border Color

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

This div border color is #a014ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a014ec


Comments

No comments written yet.

Please login to write comment.