Color Hex Logo

#a620fb Color Hex

#A620FB
(166,32,251)
0 Favorites   0 Comments

Color spaces of #a620fb

RGB 16632251
HSL0.770.960.55
HSV277°87°98°
CMYK 0.340.870.00   0.02
XYZ33.655016.105092.6016
Yxy16.10500.23640.1131
Hunter Lab40.131079.4657-108.7188
CIE-Lab47.111981.6973-80.6748

#a620fb color RGB value is (166,32,251).

#a620fb hex color red value is 166, green value is 32 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a620fb hue: 0.77 , saturation: 0.96 and the lightness value of a620fb is 0.55.

The process color (four color CMYK) of #a620fb color hex is 0.34, 0.87, 0.00, 0.02. Web safe color of #a620fb is #9933ff. Color #a620fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100000 11111011
Octal 246 40 373
Decimal 166 32 251
Hex A6 20 FB

RGB Percentages of Color #a620fb

%36.97
%7.13
%55.90

CMYK Percentages of Color #a620fb

%34
%87
%0
%2

Triadic Colors of #a620fb

#a620fb #fba620 #20fba6

Analogous Colors of #a620fb

#a620fb #fb20e3 #3920fb

Monochromatic Colors of #a620fb

#a620fb

Complementary Color

#a620fb #75fb20

#a620fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a620fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a620fb Color CSS Codes

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

#a620fb Text Font Color

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

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


#a620fb Background Color

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

This div background color is #a620fb


#a620fb Border Color

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

This div border color is #a620fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a620fb


Comments

No comments written yet.

Please login to write comment.