Color Hex Logo

#a602ec Color Hex

#A602EC
(166,2,236)
0 Favorites   0 Comments

Color spaces of #a602ec

RGB 1662236
HSL0.780.980.47
HSV282°99°93°
CMYK 0.300.990.00   0.07
XYZ30.887914.206580.4710
Yxy14.20650.24600.1131
Hunter Lab37.691580.3192-100.1995
CIE-Lab44.527682.8634-76.4662

#a602ec color RGB value is (166,2,236).

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

The process color (four color CMYK) of #a602ec color hex is 0.30, 0.99, 0.00, 0.07. Web safe color of #a602ec is #9900ff. Color #a602ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000010 11101100
Octal 246 2 354
Decimal 166 2 236
Hex A6 2 EC

RGB Percentages of Color #a602ec

%41.09
%0.50
%58.42

CMYK Percentages of Color #a602ec

%30
%99
%0
%7

Triadic Colors of #a602ec

#a602ec #eca602 #02eca6

Analogous Colors of #a602ec

#a602ec #ec02bd #3102ec

Monochromatic Colors of #a602ec

#a602ec

Complementary Color

#a602ec #48ec02

#a602ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a602ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a602ec Color CSS Codes

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

#a602ec Text Font Color

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

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


#a602ec Background Color

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

This div background color is #a602ec


#a602ec Border Color

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

This div border color is #a602ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a602ec


Comments

No comments written yet.

Please login to write comment.