Color Hex Logo

#a177fa Color Hex

#A177FA
(161,119,250)
0 Favorites   0 Comments

Color spaces of #a177fa

RGB 161119250
HSL0.720.930.72
HSV259°52°98°
CMYK 0.360.520.00   0.02
XYZ38.550127.672893.7521
Yxy27.67280.24100.1730
Hunter Lab52.604938.7502-68.8427
CIE-Lab59.592044.2838-59.9390

#a177fa color RGB value is (161,119,250).

#a177fa hex color red value is 161, green value is 119 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a177fa hue: 0.72 , saturation: 0.93 and the lightness value of a177fa is 0.72.

The process color (four color CMYK) of #a177fa color hex is 0.36, 0.52, 0.00, 0.02. Web safe color of #a177fa is #9966ff. Color #a177fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110111 11111010
Octal 241 167 372
Decimal 161 119 250
Hex A1 77 FA

RGB Percentages of Color #a177fa

%30.38
%22.45
%47.17

CMYK Percentages of Color #a177fa

%36
%52
%0
%2

Triadic Colors of #a177fa

#a177fa #faa177 #77faa1

Analogous Colors of #a177fa

#a177fa #e377fa #778ffa

Monochromatic Colors of #a177fa

#a177fa

Complementary Color

#a177fa #d0fa77

#a177fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a177fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a177fa Color CSS Codes

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

#a177fa Text Font Color

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

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


#a177fa Background Color

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

This div background color is #a177fa


#a177fa Border Color

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

This div border color is #a177fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a177fa


Comments

No comments written yet.

Please login to write comment.