Color Hex Logo

#a006ec Color Hex

#A006EC
(160,6,236)
0 Favorites   0 Comments

Color spaces of #a006ec

RGB 1606236
HSL0.780.950.47
HSV280°97°93°
CMYK 0.320.970.00   0.07
XYZ29.702713.660080.4280
Yxy13.66000.23990.1103
Hunter Lab36.959478.7737-103.1503
CIE-Lab43.741381.7984-77.7896

#a006ec color RGB value is (160,6,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000110 11101100
Octal 240 6 354
Decimal 160 6 236
Hex A0 6 EC

RGB Percentages of Color #a006ec

%39.80
%1.49
%58.71

CMYK Percentages of Color #a006ec

%32
%97
%0
%7

Triadic Colors of #a006ec

#a006ec #eca006 #06eca0

Analogous Colors of #a006ec

#a006ec #ec06c5 #2d06ec

Monochromatic Colors of #a006ec

#a006ec

Complementary Color

#a006ec #52ec06

#a006ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a006ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a006ec Color CSS Codes

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

#a006ec Text Font Color

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

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


#a006ec Background Color

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

This div background color is #a006ec


#a006ec Border Color

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

This div border color is #a006ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a006ec


Comments

No comments written yet.

Please login to write comment.