Color Hex Logo

#a76bfa Color Hex

#A76BFA
(167,107,250)
0 Favorites   0 Comments

Color spaces of #a76bfa

RGB 167107250
HSL0.740.930.70
HSV265°57°98°
CMYK 0.330.570.00   0.02
XYZ38.449425.633093.3636
Yxy25.63300.24420.1628
Hunter Lab50.629046.9581-73.8947
CIE-Lab57.687052.1722-62.9602

#a76bfa color RGB value is (167,107,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101011 11111010
Octal 247 153 372
Decimal 167 107 250
Hex A7 6B FA

RGB Percentages of Color #a76bfa

%31.87
%20.42
%47.71

CMYK Percentages of Color #a76bfa

%33
%57
%0
%2

Triadic Colors of #a76bfa

#a76bfa #faa76b #6bfaa7

Analogous Colors of #a76bfa

#a76bfa #ef6bfa #6b77fa

Monochromatic Colors of #a76bfa

#a76bfa

Complementary Color

#a76bfa #befa6b

#a76bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76bfa Color CSS Codes

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

#a76bfa Text Font Color

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

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


#a76bfa Background Color

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

This div background color is #a76bfa


#a76bfa Border Color

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

This div border color is #a76bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76bfa


Comments

No comments written yet.

Please login to write comment.