color codes Logo

#a646fb color codes

#A646FB
(166,70,251)
0 Favorites   0 Comments

Color spaces of #a646fb

RGB 16670251
HSL0.760.960.63
HSV272°72°98°
CMYK 0.340.720.00   0.02
XYZ35.328619.452393.1594
Yxy19.45230.23880.1315
Hunter Lab44.104865.7979-94.3608
CIE-Lab51.212269.7925-73.9850

#a646fb color RGB value is (166,70,251).

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

The process color (four color CMYK) of #a646fb color code is 0.34, 0.72, 0.00, 0.02. Web safe color of #a646fb is #9933ff. Color #a646fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000110 11111011
Octal 246 106 373
Decimal 166 70 251
Hex A6 46 FB

RGB Percentages of Color #a646fb

%34.09
%14.37
%51.54

CMYK Percentages of Color #a646fb

%34
%72
%0
%2

Triadic Colors of #a646fb

#a646fb #fba646 #46fba6

Analogous Colors of #a646fb

#a646fb #fb46f6 #4b46fb

Monochromatic Colors of #a646fb

#a646fb

Complementary Color

#a646fb #9bfb46

#a646fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a646fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a646fb Color CSS Codes

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

#a646fb Text Font Color

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

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


#a646fb Background Color

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

This div background color is #a646fb


#a646fb Border Color

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

This div border color is #a646fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a646fb

Related Colors


Comments

No comments written yet.

Please login to write comment.