Color Hex Logo

#a602fb Color Hex

#A602FB
(166,2,251)
0 Favorites   0 Comments

Color spaces of #a602fb

RGB 1662251
HSL0.780.980.50
HSV280°99°98°
CMYK 0.340.990.00   0.02
XYZ33.160215.115492.4366
Yxy15.11540.23570.1074
Hunter Lab38.878584.2085-113.7514
CIE-Lab45.791985.6452-82.8382

#a602fb color RGB value is (166,2,251).

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

The process color (four color CMYK) of #a602fb color hex is 0.34, 0.99, 0.00, 0.02. Web safe color of #a602fb is #9900ff. Color #a602fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000010 11111011
Octal 246 2 373
Decimal 166 2 251
Hex A6 2 FB

RGB Percentages of Color #a602fb

%39.62
%0.48
%59.90

CMYK Percentages of Color #a602fb

%34
%99
%0
%2

Triadic Colors of #a602fb

#a602fb #fba602 #02fba6

Analogous Colors of #a602fb

#a602fb #fb02d4 #2a02fb

Monochromatic Colors of #a602fb

#a602fb

Complementary Color

#a602fb #57fb02

#a602fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a602fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a602fb Color CSS Codes

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

#a602fb Text Font Color

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

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


#a602fb Background Color

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

This div background color is #a602fb


#a602fb Border Color

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

This div border color is #a602fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a602fb


Comments

No comments written yet.

Please login to write comment.