Color Hex Logo

#a76bbe Color Hex

#A76BBE
(167,107,190)
0 Favorites   0 Comments

Color spaces of #a76bbe

RGB 167107190
HSL0.790.390.58
HSV283°44°75°
CMYK 0.120.440.00   0.25
XYZ30.488322.448651.4413
Yxy22.44860.29210.2151
Hunter Lab47.380031.9472-31.2063
CIE-Lab54.499838.3912-34.2175

#a76bbe color RGB value is (167,107,190).

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

The process color (four color CMYK) of #a76bbe color hex is 0.12, 0.44, 0.00, 0.25. Web safe color of #a76bbe is #9966cc. Color #a76bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101011 10111110
Octal 247 153 276
Decimal 167 107 190
Hex A7 6B BE

RGB Percentages of Color #a76bbe

%35.99
%23.06
%40.95

CMYK Percentages of Color #a76bbe

%12
%44
%0
%25

Triadic Colors of #a76bbe

#a76bbe #bea76b #6bbea7

Analogous Colors of #a76bbe

#a76bbe #be6bac #7e6bbe

Monochromatic Colors of #a76bbe

#a76bbe

Complementary Color

#a76bbe #82be6b

#a76bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76bbe Color CSS Codes

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

#a76bbe Text Font Color

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

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


#a76bbe Background Color

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

This div background color is #a76bbe


#a76bbe Border Color

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

This div border color is #a76bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76bbe


Comments

No comments written yet.

Please login to write comment.