Color Hex Logo

#a080ee Color Hex

#A080EE
(160,128,238)
0 Favorites   0 Comments

Color spaces of #a080ee

RGB 160128238
HSL0.720.760.72
HSV257°46°93°
CMYK 0.330.460.00   0.07
XYZ37.649029.085084.5186
Yxy29.08500.24890.1923
Hunter Lab53.930530.2328-55.1665
CIE-Lab60.856635.9265-51.2951

#a080ee color RGB value is (160,128,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000000 11101110
Octal 240 200 356
Decimal 160 128 238
Hex A0 80 EE

RGB Percentages of Color #a080ee

%30.42
%24.33
%45.25

CMYK Percentages of Color #a080ee

%33
%46
%0
%7

Triadic Colors of #a080ee

#a080ee #eea080 #80eea0

Analogous Colors of #a080ee

#a080ee #d780ee #8097ee

Monochromatic Colors of #a080ee

#a080ee

Complementary Color

#a080ee #ceee80

#a080ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a080ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a080ee Color CSS Codes

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

#a080ee Text Font Color

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

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


#a080ee Background Color

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

This div background color is #a080ee


#a080ee Border Color

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

This div border color is #a080ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a080ee


Comments

No comments written yet.

Please login to write comment.