Color Hex Logo

#a176da Color Hex

#A176DA
(161,118,218)
0 Favorites   0 Comments

Color spaces of #a176da

RGB 161118218
HSL0.740.570.66
HSV266°46°85°
CMYK 0.260.460.00   0.15
XYZ33.831325.595969.4871
Yxy25.59590.26240.1985
Hunter Lab50.592430.8269-46.0183
CIE-Lab57.651536.8848-45.2061

#a176da color RGB value is (161,118,218).

#a176da hex color red value is 161, green value is 118 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a176da hue: 0.74 , saturation: 0.57 and the lightness value of a176da is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110110 11011010
Octal 241 166 332
Decimal 161 118 218
Hex A1 76 DA

RGB Percentages of Color #a176da

%32.39
%23.74
%43.86

CMYK Percentages of Color #a176da

%26
%46
%0
%15

Triadic Colors of #a176da

#a176da #daa176 #76daa1

Analogous Colors of #a176da

#a176da #d376da #767dda

Monochromatic Colors of #a176da

#a176da

Complementary Color

#a176da #afda76

#a176da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a176da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a176da Color CSS Codes

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

#a176da Text Font Color

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

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


#a176da Background Color

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

This div background color is #a176da


#a176da Border Color

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

This div border color is #a176da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,118,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a176da


Comments

No comments written yet.

Please login to write comment.