Color Hex Logo

#a079ef Color Hex

#A079EF
(160,121,239)
0 Favorites   0 Comments

Color spaces of #a079ef

RGB 160121239
HSL0.720.790.71
HSV260°49°94°
CMYK 0.330.490.00   0.06
XYZ36.914627.380385.0007
Yxy27.38030.24730.1834
Hunter Lab52.326234.3557-59.6847
CIE-Lab59.324740.1261-54.2851

#a079ef color RGB value is (160,121,239).

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

The process color (four color CMYK) of #a079ef color hex is 0.33, 0.49, 0.00, 0.06. Web safe color of #a079ef is #9966ff. Color #a079ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111001 11101111
Octal 240 171 357
Decimal 160 121 239
Hex A0 79 EF

RGB Percentages of Color #a079ef

%30.77
%23.27
%45.96

CMYK Percentages of Color #a079ef

%33
%49
%0
%6

Triadic Colors of #a079ef

#a079ef #efa079 #79efa0

Analogous Colors of #a079ef

#a079ef #db79ef #798def

Monochromatic Colors of #a079ef

#a079ef

Complementary Color

#a079ef #c8ef79

#a079ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a079ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a079ef Color CSS Codes

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

#a079ef Text Font Color

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

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


#a079ef Background Color

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

This div background color is #a079ef


#a079ef Border Color

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

This div border color is #a079ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,121,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a079ef


Comments

No comments written yet.

Please login to write comment.