Color Hex Logo

#a646ef Color Hex

#A646EF
(166,70,239)
0 Favorites   0 Comments

Color spaces of #a646ef

RGB 16670239
HSL0.760.840.61
HSV274°71°94°
CMYK 0.310.710.00   0.06
XYZ33.496018.719383.5091
Yxy18.71930.24680.1379
Hunter Lab43.265862.4779-84.1520
CIE-Lab50.357267.1513-68.6628

#a646ef color RGB value is (166,70,239).

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

The process color (four color CMYK) of #a646ef color hex is 0.31, 0.71, 0.00, 0.06. Web safe color of #a646ef is #9933ff. Color #a646ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000110 11101111
Octal 246 106 357
Decimal 166 70 239
Hex A6 46 EF

RGB Percentages of Color #a646ef

%34.95
%14.74
%50.32

CMYK Percentages of Color #a646ef

%31
%71
%0
%6

Triadic Colors of #a646ef

#a646ef #efa646 #46efa6

Analogous Colors of #a646ef

#a646ef #ef46e4 #5246ef

Monochromatic Colors of #a646ef

#a646ef

Complementary Color

#a646ef #8fef46

#a646ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a646ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a646ef Color CSS Codes

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

#a646ef Text Font Color

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

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


#a646ef Background Color

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

This div background color is #a646ef


#a646ef Border Color

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

This div border color is #a646ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a646ef


Comments

No comments written yet.

Please login to write comment.