Color Hex Logo

#a763fa Color Hex

#A763FA
(167,99,250)
0 Favorites   0 Comments

Color spaces of #a763fa

RGB 16799250
HSL0.740.940.68
HSV267°60°98°
CMYK 0.330.600.00   0.02
XYZ37.653524.041393.0984
Yxy24.04130.24330.1553
Hunter Lab49.031951.2711-78.2534
CIE-Lab56.129156.3180-65.4662

#a763fa color RGB value is (167,99,250).

#a763fa hex color red value is 167, green value is 99 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a763fa hue: 0.74 , saturation: 0.94 and the lightness value of a763fa is 0.68.

The process color (four color CMYK) of #a763fa color hex is 0.33, 0.60, 0.00, 0.02. Web safe color of #a763fa is #9966ff. Color #a763fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100011 11111010
Octal 247 143 372
Decimal 167 99 250
Hex A7 63 FA

RGB Percentages of Color #a763fa

%32.36
%19.19
%48.45

CMYK Percentages of Color #a763fa

%33
%60
%0
%2

Triadic Colors of #a763fa

#a763fa #faa763 #63faa7

Analogous Colors of #a763fa

#a763fa #f363fa #636bfa

Monochromatic Colors of #a763fa

#a763fa

Complementary Color

#a763fa #b6fa63

#a763fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a763fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a763fa Color CSS Codes

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

#a763fa Text Font Color

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

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


#a763fa Background Color

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

This div background color is #a763fa


#a763fa Border Color

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

This div border color is #a763fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a763fa


Comments

No comments written yet.

Please login to write comment.