Color Hex Logo

#a080cd Color Hex

#A080CD
(160,128,205)
0 Favorites   0 Comments

Color spaces of #a080cd

RGB 160128205
HSL0.740.440.65
HSV265°38°80°
CMYK 0.220.380.00   0.20
XYZ33.235827.319761.2791
Yxy27.31970.27280.2242
Hunter Lab52.268322.0333-32.9236
CIE-Lab59.269127.8210-35.3512

#a080cd color RGB value is (160,128,205).

#a080cd hex color red value is 160, green value is 128 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a080cd hue: 0.74 , saturation: 0.44 and the lightness value of a080cd is 0.65.

The process color (four color CMYK) of #a080cd color hex is 0.22, 0.38, 0.00, 0.20. Web safe color of #a080cd is #9999cc. Color #a080cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000000 11001101
Octal 240 200 315
Decimal 160 128 205
Hex A0 80 CD

RGB Percentages of Color #a080cd

%32.45
%25.96
%41.58

CMYK Percentages of Color #a080cd

%22
%38
%0
%20

Triadic Colors of #a080cd

#a080cd #cda080 #80cda0

Analogous Colors of #a080cd

#a080cd #c780cd #8087cd

Monochromatic Colors of #a080cd

#a080cd

Complementary Color

#a080cd #adcd80

#a080cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a080cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a080cd Color CSS Codes

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

#a080cd Text Font Color

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

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


#a080cd Background Color

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

This div background color is #a080cd


#a080cd Border Color

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

This div border color is #a080cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a080cd


Comments

No comments written yet.

Please login to write comment.