Color Hex Logo

#a176ea Color Hex

#A176EA
(161,118,234)
0 Favorites   0 Comments

Color spaces of #a176ea

RGB 161118234
HSL0.730.730.69
HSV262°50°92°
CMYK 0.310.500.00   0.08
XYZ36.027726.474481.0531
Yxy26.47440.25100.1844
Hunter Lab51.453334.9429-57.3808
CIE-Lab58.484640.8018-52.8373

#a176ea color RGB value is (161,118,234).

#a176ea hex color red value is 161, green value is 118 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a176ea hue: 0.73 , saturation: 0.73 and the lightness value of a176ea is 0.69.

The process color (four color CMYK) of #a176ea color hex is 0.31, 0.50, 0.00, 0.08. Web safe color of #a176ea is #9966ff. Color #a176ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110110 11101010
Octal 241 166 352
Decimal 161 118 234
Hex A1 76 EA

RGB Percentages of Color #a176ea

%31.38
%23.00
%45.61

CMYK Percentages of Color #a176ea

%31
%50
%0
%8

Triadic Colors of #a176ea

#a176ea #eaa176 #76eaa1

Analogous Colors of #a176ea

#a176ea #db76ea #7685ea

Monochromatic Colors of #a176ea

#a176ea

Complementary Color

#a176ea #bfea76

#a176ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a176ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a176ea Color CSS Codes

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

#a176ea Text Font Color

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

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


#a176ea Background Color

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

This div background color is #a176ea


#a176ea Border Color

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

This div border color is #a176ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a176ea


Comments

No comments written yet.

Please login to write comment.