Color Hex Logo

#a76bfb Color Hex

#A76BFB
(167,107,251)
0 Favorites   0 Comments

Color spaces of #a76bfb

RGB 167107251
HSL0.740.950.70
HSV265°57°98°
CMYK 0.330.570.00   0.02
XYZ38.606625.695994.1918
Yxy25.69590.24360.1621
Hunter Lab50.691147.2370-74.6860
CIE-Lab57.747352.4159-63.4165

#a76bfb color RGB value is (167,107,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101011 11111011
Octal 247 153 373
Decimal 167 107 251
Hex A7 6B FB

RGB Percentages of Color #a76bfb

%31.81
%20.38
%47.81

CMYK Percentages of Color #a76bfb

%33
%57
%0
%2

Triadic Colors of #a76bfb

#a76bfb #fba76b #6bfba7

Analogous Colors of #a76bfb

#a76bfb #ef6bfb #6b77fb

Monochromatic Colors of #a76bfb

#a76bfb

Complementary Color

#a76bfb #bffb6b

#a76bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76bfb Color CSS Codes

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

#a76bfb Text Font Color

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

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


#a76bfb Background Color

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

This div background color is #a76bfb


#a76bfb Border Color

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

This div border color is #a76bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76bfb


Comments

No comments written yet.

Please login to write comment.