Color Hex Logo

#a176fd Color Hex

#A176FD
(161,118,253)
0 Favorites   0 Comments

Color spaces of #a176fd

RGB 161118253
HSL0.720.970.73
HSV259°53°99°
CMYK 0.360.530.00   0.01
XYZ38.906027.625896.2102
Yxy27.62580.23910.1698
Hunter Lab52.560340.1483-71.7367
CIE-Lab59.549245.6039-61.6614

#a176fd color RGB value is (161,118,253).

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

The process color (four color CMYK) of #a176fd color hex is 0.36, 0.53, 0.00, 0.01. Web safe color of #a176fd is #9966ff. Color #a176fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110110 11111101
Octal 241 166 375
Decimal 161 118 253
Hex A1 76 FD

RGB Percentages of Color #a176fd

%30.26
%22.18
%47.56

CMYK Percentages of Color #a176fd

%36
%53
%0
%1

Triadic Colors of #a176fd

#a176fd #fda176 #76fda1

Analogous Colors of #a176fd

#a176fd #e576fd #768ffd

Monochromatic Colors of #a176fd

#a176fd

Complementary Color

#a176fd #d2fd76

#a176fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a176fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a176fd Color CSS Codes

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

#a176fd Text Font Color

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

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


#a176fd Background Color

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

This div background color is #a176fd


#a176fd Border Color

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

This div border color is #a176fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a176fd

Related Colors


Comments

No comments written yet.

Please login to write comment.