Color Hex Logo

#a76feb Color Hex

#A76FEB
(167,111,235)
0 Favorites   0 Comments

Color spaces of #a76feb

RGB 167111235
HSL0.740.760.68
HSV267°53°92°
CMYK 0.290.530.00   0.08
XYZ36.616225.582581.6053
Yxy25.58250.25460.1779
Hunter Lab50.579140.7095-60.2541
CIE-Lab57.638646.4080-54.7067

#a76feb color RGB value is (167,111,235).

#a76feb hex color red value is 167, green value is 111 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a76feb hue: 0.74 , saturation: 0.76 and the lightness value of a76feb is 0.68.

The process color (four color CMYK) of #a76feb color hex is 0.29, 0.53, 0.00, 0.08. Web safe color of #a76feb is #9966ff. Color #a76feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101111 11101011
Octal 247 157 353
Decimal 167 111 235
Hex A7 6F EB

RGB Percentages of Color #a76feb

%32.55
%21.64
%45.81

CMYK Percentages of Color #a76feb

%29
%53
%0
%8

Triadic Colors of #a76feb

#a76feb #eba76f #6feba7

Analogous Colors of #a76feb

#a76feb #e56feb #6f75eb

Monochromatic Colors of #a76feb

#a76feb

Complementary Color

#a76feb #b3eb6f

#a76feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76feb Color CSS Codes

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

#a76feb Text Font Color

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

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


#a76feb Background Color

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

This div background color is #a76feb


#a76feb Border Color

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

This div border color is #a76feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76feb


Comments

No comments written yet.

Please login to write comment.