Color Hex Logo

#a76bff Color Hex

#A76BFF
(167,107,255)
0 Favorites   0 Comments

Color spaces of #a76bff

RGB 167107255
HSL0.731.000.71
HSV264°58°100°
CMYK 0.350.580.00   0.00
XYZ39.244025.950997.5484
Yxy25.95090.24110.1595
Hunter Lab50.942048.3618-77.8744
CIE-Lab57.990453.3946-65.2346

#a76bff color RGB value is (167,107,255).

#a76bff hex color red value is 167, green value is 107 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a76bff hue: 0.73 , saturation: 1.00 and the lightness value of a76bff is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101011 11111111
Octal 247 153 377
Decimal 167 107 255
Hex A7 6B FF

RGB Percentages of Color #a76bff

%31.57
%20.23
%48.20

CMYK Percentages of Color #a76bff

%35
%58
%0
%0

Triadic Colors of #a76bff

#a76bff #ffa76b #6bffa7

Analogous Colors of #a76bff

#a76bff #f16bff #6b79ff

Monochromatic Colors of #a76bff

#a76bff

Complementary Color

#a76bff #c3ff6b

#a76bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76bff Color CSS Codes

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

#a76bff Text Font Color

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

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


#a76bff Background Color

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

This div background color is #a76bff


#a76bff Border Color

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

This div border color is #a76bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76bff

#a76bff Color Palettes


Comments

No comments written yet.

Please login to write comment.