Color Hex Logo

#a176eb Color Hex

#A176EB
(161,118,235)
0 Favorites   0 Comments

Color spaces of #a176eb

RGB 161118235
HSL0.730.750.69
HSV262°50°92°
CMYK 0.310.500.00   0.08
XYZ36.171826.532181.8120
Yxy26.53210.25030.1836
Hunter Lab51.509335.2082-58.1135
CIE-Lab58.538741.0505-53.3080

#a176eb color RGB value is (161,118,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110110 11101011
Octal 241 166 353
Decimal 161 118 235
Hex A1 76 EB

RGB Percentages of Color #a176eb

%31.32
%22.96
%45.72

CMYK Percentages of Color #a176eb

%31
%50
%0
%8

Triadic Colors of #a176eb

#a176eb #eba176 #76eba1

Analogous Colors of #a176eb

#a176eb #dc76eb #7686eb

Monochromatic Colors of #a176eb

#a176eb

Complementary Color

#a176eb #c0eb76

#a176eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a176eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a176eb Color CSS Codes

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

#a176eb Text Font Color

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

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


#a176eb Background Color

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

This div background color is #a176eb


#a176eb Border Color

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

This div border color is #a176eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a176eb


Comments

No comments written yet.

Please login to write comment.