Color Hex Logo

#a166fb Color Hex

#A166FB
(161,102,251)
0 Favorites   0 Comments

Color spaces of #a166fb

RGB 161102251
HSL0.730.950.69
HSV264°59°98°
CMYK 0.360.590.00   0.02
XYZ36.861924.044893.9651
Yxy24.04480.23800.1553
Hunter Lab49.035548.3733-79.2906
CIE-Lab56.132653.7113-66.0474

#a166fb color RGB value is (161,102,251).

#a166fb hex color red value is 161, green value is 102 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a166fb hue: 0.73 , saturation: 0.95 and the lightness value of a166fb is 0.69.

The process color (four color CMYK) of #a166fb color hex is 0.36, 0.59, 0.00, 0.02. Web safe color of #a166fb is #9966ff. Color #a166fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100110 11111011
Octal 241 146 373
Decimal 161 102 251
Hex A1 66 FB

RGB Percentages of Color #a166fb

%31.32
%19.84
%48.83

CMYK Percentages of Color #a166fb

%36
%59
%0
%2

Triadic Colors of #a166fb

#a166fb #fba166 #66fba1

Analogous Colors of #a166fb

#a166fb #ec66fb #6676fb

Monochromatic Colors of #a166fb

#a166fb

Complementary Color

#a166fb #c0fb66

#a166fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a166fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a166fb Color CSS Codes

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

#a166fb Text Font Color

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

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


#a166fb Background Color

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

This div background color is #a166fb


#a166fb Border Color

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

This div border color is #a166fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a166fb


Comments

No comments written yet.

Please login to write comment.