Color Hex Logo

#a080ef Color Hex

#A080EF
(160,128,239)
0 Favorites   0 Comments

Color spaces of #a080ef

RGB 160128239
HSL0.710.780.72
HSV257°46°94°
CMYK 0.330.460.00   0.06
XYZ37.796429.143985.2946
Yxy29.14390.24830.1914
Hunter Lab53.985130.4987-55.8866
CIE-Lab60.908436.1816-51.7665

#a080ef color RGB value is (160,128,239).

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

The process color (four color CMYK) of #a080ef color hex is 0.33, 0.46, 0.00, 0.06. Web safe color of #a080ef is #9999ff. Color #a080ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000000 11101111
Octal 240 200 357
Decimal 160 128 239
Hex A0 80 EF

RGB Percentages of Color #a080ef

%30.36
%24.29
%45.35

CMYK Percentages of Color #a080ef

%33
%46
%0
%6

Triadic Colors of #a080ef

#a080ef #efa080 #80efa0

Analogous Colors of #a080ef

#a080ef #d880ef #8098ef

Monochromatic Colors of #a080ef

#a080ef

Complementary Color

#a080ef #cfef80

#a080ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a080ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a080ef Color CSS Codes

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

#a080ef Text Font Color

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

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


#a080ef Background Color

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

This div background color is #a080ef


#a080ef Border Color

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

This div border color is #a080ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a080ef


Comments

No comments written yet.

Please login to write comment.