Color Hex Logo

#a080b5 Color Hex

#A080B5
(160,128,181)
0 Favorites   0 Comments

Color spaces of #a080b5

RGB 160128181
HSL0.770.260.61
HSV276°29°71°
CMYK 0.120.290.00   0.29
XYZ30.556926.248147.1719
Yxy26.24810.29390.2524
Hunter Lab51.232916.8054-18.7273
CIE-Lab58.271822.3890-23.2796

#a080b5 color RGB value is (160,128,181).

#a080b5 hex color red value is 160, green value is 128 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #a080b5 hue: 0.77 , saturation: 0.26 and the lightness value of a080b5 is 0.61.

The process color (four color CMYK) of #a080b5 color hex is 0.12, 0.29, 0.00, 0.29. Web safe color of #a080b5 is #9999cc. Color #a080b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000000 10110101
Octal 240 200 265
Decimal 160 128 181
Hex A0 80 B5

RGB Percentages of Color #a080b5

%34.12
%27.29
%38.59

CMYK Percentages of Color #a080b5

%12
%29
%0
%29

Triadic Colors of #a080b5

#a080b5 #b5a080 #80b5a0

Analogous Colors of #a080b5

#a080b5 #b580b0 #8680b5

Monochromatic Colors of #a080b5

#a080b5

Complementary Color

#a080b5 #95b580

#a080b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a080b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a080b5 Color CSS Codes

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

#a080b5 Text Font Color

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

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


#a080b5 Background Color

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

This div background color is #a080b5


#a080b5 Border Color

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

This div border color is #a080b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a080b5


Comments

No comments written yet.

Please login to write comment.