Color Hex Logo

#a079fd Color Hex

#A079FD
(160,121,253)
0 Favorites   0 Comments

Color spaces of #a079fd

RGB 160121253
HSL0.720.970.73
HSV258°52°99°
CMYK 0.370.520.00   0.01
XYZ39.064228.240296.3205
Yxy28.24020.23870.1726
Hunter Lab53.141538.2173-70.2658
CIE-Lab60.105143.7100-60.7762

#a079fd color RGB value is (160,121,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111001 11111101
Octal 240 171 375
Decimal 160 121 253
Hex A0 79 FD

RGB Percentages of Color #a079fd

%29.96
%22.66
%47.38

CMYK Percentages of Color #a079fd

%37
%52
%0
%1

Triadic Colors of #a079fd

#a079fd #fda079 #79fda0

Analogous Colors of #a079fd

#a079fd #e279fd #7994fd

Monochromatic Colors of #a079fd

#a079fd

Complementary Color

#a079fd #d6fd79

#a079fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a079fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a079fd Color CSS Codes

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

#a079fd Text Font Color

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

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


#a079fd Background Color

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

This div background color is #a079fd


#a079fd Border Color

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

This div border color is #a079fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a079fd


Comments

No comments written yet.

Please login to write comment.