Color Hex Logo

#a76ebd Color Hex

#A76EBD
(167,110,189)
0 Favorites   0 Comments

Color spaces of #a76ebd

RGB 167110189
HSL0.790.370.59
HSV283°42°74°
CMYK 0.120.420.00   0.26
XYZ30.697623.041550.9736
Yxy23.04150.29320.2200
Hunter Lab48.001630.1502-29.3599
CIE-Lab55.115136.5206-32.6832

#a76ebd color RGB value is (167,110,189).

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

The process color (four color CMYK) of #a76ebd color hex is 0.12, 0.42, 0.00, 0.26. Web safe color of #a76ebd is #9966cc. Color #a76ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101110 10111101
Octal 247 156 275
Decimal 167 110 189
Hex A7 6E BD

RGB Percentages of Color #a76ebd

%35.84
%23.61
%40.56

CMYK Percentages of Color #a76ebd

%12
%42
%0
%26

Triadic Colors of #a76ebd

#a76ebd #bda76e #6ebda7

Analogous Colors of #a76ebd

#a76ebd #bd6eac #806ebd

Monochromatic Colors of #a76ebd

#a76ebd

Complementary Color

#a76ebd #84bd6e

#a76ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76ebd Color CSS Codes

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

#a76ebd Text Font Color

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

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


#a76ebd Background Color

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

This div background color is #a76ebd


#a76ebd Border Color

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

This div border color is #a76ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76ebd


Comments

No comments written yet.

Please login to write comment.