Color Hex Logo

#a602ea Color Hex

#A602EA
(166,2,234)
0 Favorites   0 Comments

Color spaces of #a602ea

RGB 1662234
HSL0.780.980.46
HSV282°99°92°
CMYK 0.290.990.00   0.08
XYZ30.598914.090978.9490
Yxy14.09090.24750.1140
Hunter Lab37.537879.8127-98.4213
CIE-Lab44.363082.4975-75.6027

#a602ea color RGB value is (166,2,234).

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

The process color (four color CMYK) of #a602ea color hex is 0.29, 0.99, 0.00, 0.08. Web safe color of #a602ea is #9900ff. Color #a602ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000010 11101010
Octal 246 2 352
Decimal 166 2 234
Hex A6 2 EA

RGB Percentages of Color #a602ea

%41.29
%0.50
%58.21

CMYK Percentages of Color #a602ea

%29
%99
%0
%8

Triadic Colors of #a602ea

#a602ea #eaa602 #02eaa6

Analogous Colors of #a602ea

#a602ea #ea02ba #3202ea

Monochromatic Colors of #a602ea

#a602ea

Complementary Color

#a602ea #46ea02

#a602ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a602ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a602ea Color CSS Codes

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

#a602ea Text Font Color

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

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


#a602ea Background Color

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

This div background color is #a602ea


#a602ea Border Color

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

This div border color is #a602ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,2,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a602ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a602ea


Comments

No comments written yet.

Please login to write comment.