Color Hex Logo

#a746fa Color Hex

#A746FA
(167,70,250)
0 Favorites   0 Comments

Color spaces of #a746fa

RGB 16770250
HSL0.760.950.63
HSV272°72°98°
CMYK 0.330.720.00   0.02
XYZ35.381819.497992.3411
Yxy19.49790.24030.1324
Hunter Lab44.156465.7553-93.0793
CIE-Lab51.264769.7466-73.3370

#a746fa color RGB value is (167,70,250).

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

The process color (four color CMYK) of #a746fa color hex is 0.33, 0.72, 0.00, 0.02. Web safe color of #a746fa is #9933ff. Color #a746fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000110 11111010
Octal 247 106 372
Decimal 167 70 250
Hex A7 46 FA

RGB Percentages of Color #a746fa

%34.29
%14.37
%51.33

CMYK Percentages of Color #a746fa

%33
%72
%0
%2

Triadic Colors of #a746fa

#a746fa #faa746 #46faa7

Analogous Colors of #a746fa

#a746fa #fa46f3 #4d46fa

Monochromatic Colors of #a746fa

#a746fa

Complementary Color

#a746fa #99fa46

#a746fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a746fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a746fa Color CSS Codes

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

#a746fa Text Font Color

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

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


#a746fa Background Color

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

This div background color is #a746fa


#a746fa Border Color

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

This div border color is #a746fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a746fa


Comments

No comments written yet.

Please login to write comment.