Color Hex Logo

#a176bd Color Hex

#A176BD
(161,118,189)
0 Favorites   0 Comments

Color spaces of #a176bd

RGB 161118189
HSL0.770.350.60
HSV276°38°74°
CMYK 0.150.380.00   0.26
XYZ30.361724.208151.2165
Yxy24.20810.28700.2288
Hunter Lab49.201724.0468-27.2767
CIE-Lab56.295530.1764-30.8941

#a176bd color RGB value is (161,118,189).

#a176bd hex color red value is 161, green value is 118 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a176bd hue: 0.77 , saturation: 0.35 and the lightness value of a176bd is 0.60.

The process color (four color CMYK) of #a176bd color hex is 0.15, 0.38, 0.00, 0.26. Web safe color of #a176bd is #9966cc. Color #a176bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110110 10111101
Octal 241 166 275
Decimal 161 118 189
Hex A1 76 BD

RGB Percentages of Color #a176bd

%34.40
%25.21
%40.38

CMYK Percentages of Color #a176bd

%15
%38
%0
%26

Triadic Colors of #a176bd

#a176bd #bda176 #76bda1

Analogous Colors of #a176bd

#a176bd #bd76b6 #7e76bd

Monochromatic Colors of #a176bd

#a176bd

Complementary Color

#a176bd #92bd76

#a176bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a176bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a176bd Color CSS Codes

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

#a176bd Text Font Color

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

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


#a176bd Background Color

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

This div background color is #a176bd


#a176bd Border Color

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

This div border color is #a176bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a176bd


Comments

No comments written yet.

Please login to write comment.