Color Hex Logo

#a079ee Color Hex

#A079EE
(160,121,238)
0 Favorites   0 Comments

Color spaces of #a079ee

RGB 160121238
HSL0.720.770.70
HSV260°49°93°
CMYK 0.330.490.00   0.07
XYZ36.767227.321484.2246
Yxy27.32140.24790.1842
Hunter Lab52.269934.0866-58.9475
CIE-Lab59.270639.8728-53.8161

#a079ee color RGB value is (160,121,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111001 11101110
Octal 240 171 356
Decimal 160 121 238
Hex A0 79 EE

RGB Percentages of Color #a079ee

%30.83
%23.31
%45.86

CMYK Percentages of Color #a079ee

%33
%49
%0
%7

Triadic Colors of #a079ee

#a079ee #eea079 #79eea0

Analogous Colors of #a079ee

#a079ee #db79ee #798dee

Monochromatic Colors of #a079ee

#a079ee

Complementary Color

#a079ee #c7ee79

#a079ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a079ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a079ee Color CSS Codes

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

#a079ee Text Font Color

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

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


#a079ee Background Color

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

This div background color is #a079ee


#a079ee Border Color

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

This div border color is #a079ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a079ee


Comments

No comments written yet.

Please login to write comment.