Color Hex Logo

#a768fa Color Hex

#A768FA
(167,104,250)
0 Favorites   0 Comments

Color spaces of #a768fa

RGB 167104250
HSL0.740.940.69
HSV266°58°98°
CMYK 0.330.580.00   0.02
XYZ38.142025.018293.2612
Yxy25.01820.24380.1599
Hunter Lab50.018248.5856-75.5362
CIE-Lab57.093153.7440-63.9146

#a768fa color RGB value is (167,104,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101000 11111010
Octal 247 150 372
Decimal 167 104 250
Hex A7 68 FA

RGB Percentages of Color #a768fa

%32.05
%19.96
%47.98

CMYK Percentages of Color #a768fa

%33
%58
%0
%2

Triadic Colors of #a768fa

#a768fa #faa768 #68faa7

Analogous Colors of #a768fa

#a768fa #f068fa #6872fa

Monochromatic Colors of #a768fa

#a768fa

Complementary Color

#a768fa #bbfa68

#a768fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a768fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a768fa Color CSS Codes

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

#a768fa Text Font Color

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

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


#a768fa Background Color

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

This div background color is #a768fa


#a768fa Border Color

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

This div border color is #a768fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a768fa


Comments

No comments written yet.

Please login to write comment.