Color Hex Logo

#a76fff Color Hex

#A76FFF
(167,111,255)
1 Favorites   0 Comments

Color spaces of #a76fff

RGB 167111255
HSL0.731.000.72
HSV263°56°100°
CMYK 0.350.560.00   0.00
XYZ39.670826.804497.6906
Yxy26.80440.24170.1633
Hunter Lab51.773046.1721-75.6334
CIE-Lab58.792851.2807-63.9448

#a76fff color RGB value is (167,111,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101111 11111111
Octal 247 157 377
Decimal 167 111 255
Hex A7 6F FF

RGB Percentages of Color #a76fff

%31.33
%20.83
%47.84

CMYK Percentages of Color #a76fff

%35
%56
%0
%0

Triadic Colors of #a76fff

#a76fff #ffa76f #6fffa7

Analogous Colors of #a76fff

#a76fff #ef6fff #6f7fff

Monochromatic Colors of #a76fff

#a76fff

Complementary Color

#a76fff #c7ff6f

#a76fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76fff Color CSS Codes

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

#a76fff Text Font Color

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

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


#a76fff Background Color

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

This div background color is #a76fff


#a76fff Border Color

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

This div border color is #a76fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76fff

#a76fff Color Palettes


Comments

No comments written yet.

Please login to write comment.