Color Hex Logo

#a179fd Color Hex

#A179FD
(161,121,253)
0 Favorites   0 Comments

Color spaces of #a179fd

RGB 161121253
HSL0.720.970.73
HSV258°52°99°
CMYK 0.360.520.00   0.01
XYZ39.264928.343796.3299
Yxy28.34370.23950.1729
Hunter Lab53.238838.4802-70.0117
CIE-Lab60.198043.9453-60.6223

#a179fd color RGB value is (161,121,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111001 11111101
Octal 241 171 375
Decimal 161 121 253
Hex A1 79 FD

RGB Percentages of Color #a179fd

%30.09
%22.62
%47.29

CMYK Percentages of Color #a179fd

%36
%52
%0
%1

Triadic Colors of #a179fd

#a179fd #fda179 #79fda1

Analogous Colors of #a179fd

#a179fd #e379fd #7993fd

Monochromatic Colors of #a179fd

#a179fd

Complementary Color

#a179fd #d5fd79

#a179fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a179fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a179fd Color CSS Codes

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

#a179fd Text Font Color

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

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


#a179fd Background Color

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

This div background color is #a179fd


#a179fd Border Color

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

This div border color is #a179fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,121,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 #a179fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a179fd

Related Colors


Comments

No comments written yet.

Please login to write comment.