Color Hex Logo

#a880cc Color Hex

#A880CC
(168,128,204)
0 Favorites   0 Comments

Color spaces of #a880cc

RGB 168128204
HSL0.750.430.65
HSV272°37°80°
CMYK 0.180.370.00   0.20
XYZ34.766728.122860.7226
Yxy28.12280.28130.2275
Hunter Lab53.030924.2192-30.7678
CIE-Lab59.999530.0001-33.5905

#a880cc color RGB value is (168,128,204).

#a880cc hex color red value is 168, green value is 128 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a880cc hue: 0.75 , saturation: 0.43 and the lightness value of a880cc is 0.65.

The process color (four color CMYK) of #a880cc color hex is 0.18, 0.37, 0.00, 0.20. Web safe color of #a880cc is #9999cc. Color #a880cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000000 11001100
Octal 250 200 314
Decimal 168 128 204
Hex A8 80 CC

RGB Percentages of Color #a880cc

%33.60
%25.60
%40.80

CMYK Percentages of Color #a880cc

%18
%37
%0
%20

Triadic Colors of #a880cc

#a880cc #cca880 #80cca8

Analogous Colors of #a880cc

#a880cc #cc80ca #8280cc

Monochromatic Colors of #a880cc

#a880cc

Complementary Color

#a880cc #a4cc80

#a880cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a880cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a880cc Color CSS Codes

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

#a880cc Text Font Color

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

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


#a880cc Background Color

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

This div background color is #a880cc


#a880cc Border Color

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

This div border color is #a880cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a880cc


Comments

No comments written yet.

Please login to write comment.