Color Hex Logo

#a76bca Color Hex

#A76BCA
(167,107,202)
0 Favorites   0 Comments

Color spaces of #a76bca

RGB 167107202
HSL0.770.470.61
HSV278°47°79°
CMYK 0.170.470.00   0.21
XYZ31.854722.995158.6367
Yxy22.99510.28070.2026
Hunter Lab47.953234.6571-38.9320
CIE-Lab55.067340.9837-40.1873

#a76bca color RGB value is (167,107,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101011 11001010
Octal 247 153 312
Decimal 167 107 202
Hex A7 6B CA

RGB Percentages of Color #a76bca

%35.08
%22.48
%42.44

CMYK Percentages of Color #a76bca

%17
%47
%0
%21

Triadic Colors of #a76bca

#a76bca #caa76b #6bcaa7

Analogous Colors of #a76bca

#a76bca #ca6bbe #786bca

Monochromatic Colors of #a76bca

#a76bca

Complementary Color

#a76bca #8eca6b

#a76bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76bca Color CSS Codes

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

#a76bca Text Font Color

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

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


#a76bca Background Color

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

This div background color is #a76bca


#a76bca Border Color

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

This div border color is #a76bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76bca


Comments

No comments written yet.

Please login to write comment.