Color Hex Logo

#a76eca Color Hex

#A76ECA
(167,110,202)
0 Favorites   0 Comments

Color spaces of #a76eca

RGB 167110202
HSL0.770.460.61
HSV277°46°79°
CMYK 0.170.460.00   0.21
XYZ32.173023.631658.7428
Yxy23.63160.28090.2063
Hunter Lab48.612333.0647-37.6170
CIE-Lab55.717039.3360-39.1651

#a76eca color RGB value is (167,110,202).

#a76eca hex color red value is 167, green value is 110 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a76eca hue: 0.77 , saturation: 0.46 and the lightness value of a76eca is 0.61.

The process color (four color CMYK) of #a76eca color hex is 0.17, 0.46, 0.00, 0.21. Web safe color of #a76eca is #9966cc. Color #a76eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101110 11001010
Octal 247 156 312
Decimal 167 110 202
Hex A7 6E CA

RGB Percentages of Color #a76eca

%34.86
%22.96
%42.17

CMYK Percentages of Color #a76eca

%17
%46
%0
%21

Triadic Colors of #a76eca

#a76eca #caa76e #6ecaa7

Analogous Colors of #a76eca

#a76eca #ca6ebf #796eca

Monochromatic Colors of #a76eca

#a76eca

Complementary Color

#a76eca #91ca6e

#a76eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76eca Color CSS Codes

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

#a76eca Text Font Color

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

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


#a76eca Background Color

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

This div background color is #a76eca


#a76eca Border Color

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

This div border color is #a76eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76eca


Comments

No comments written yet.

Please login to write comment.