Color Hex Logo

#a76cbf Color Hex

#A76CBF
(167,108,191)
0 Favorites   0 Comments

Color spaces of #a76cbf

RGB 167108191
HSL0.790.390.59
HSV283°43°75°
CMYK 0.130.430.00   0.25
XYZ30.702922.702252.0540
Yxy22.70220.29110.2153
Hunter Lab47.646831.6408-31.4214
CIE-Lab54.764338.0524-34.3775

#a76cbf color RGB value is (167,108,191).

#a76cbf hex color red value is 167, green value is 108 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a76cbf hue: 0.79 , saturation: 0.39 and the lightness value of a76cbf is 0.59.

The process color (four color CMYK) of #a76cbf color hex is 0.13, 0.43, 0.00, 0.25. Web safe color of #a76cbf is #9966cc. Color #a76cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101100 10111111
Octal 247 154 277
Decimal 167 108 191
Hex A7 6C BF

RGB Percentages of Color #a76cbf

%35.84
%23.18
%40.99

CMYK Percentages of Color #a76cbf

%13
%43
%0
%25

Triadic Colors of #a76cbf

#a76cbf #bfa76c #6cbfa7

Analogous Colors of #a76cbf

#a76cbf #bf6cae #7e6cbf

Monochromatic Colors of #a76cbf

#a76cbf

Complementary Color

#a76cbf #84bf6c

#a76cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76cbf Color CSS Codes

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

#a76cbf Text Font Color

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

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


#a76cbf Background Color

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

This div background color is #a76cbf


#a76cbf Border Color

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

This div border color is #a76cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76cbf


Comments

No comments written yet.

Please login to write comment.