Color Hex Logo

#a880ca Color Hex

#A880CA
(168,128,202)
0 Favorites   0 Comments

Color spaces of #a880ca

RGB 168128202
HSL0.760.410.65
HSV272°37°79°
CMYK 0.170.370.00   0.21
XYZ34.528328.027459.4671
Yxy28.02740.28300.2297
Hunter Lab52.940923.7719-29.5402
CIE-Lab59.913529.5517-32.5963

#a880ca color RGB value is (168,128,202).

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

The process color (four color CMYK) of #a880ca color hex is 0.17, 0.37, 0.00, 0.21. Web safe color of #a880ca is #9999cc. Color #a880ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000000 11001010
Octal 250 200 312
Decimal 168 128 202
Hex A8 80 CA

RGB Percentages of Color #a880ca

%33.73
%25.70
%40.56

CMYK Percentages of Color #a880ca

%17
%37
%0
%21

Triadic Colors of #a880ca

#a880ca #caa880 #80caa8

Analogous Colors of #a880ca

#a880ca #ca80c7 #8380ca

Monochromatic Colors of #a880ca

#a880ca

Complementary Color

#a880ca #a2ca80

#a880ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a880ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a880ca Color CSS Codes

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

#a880ca Text Font Color

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

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


#a880ca Background Color

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

This div background color is #a880ca


#a880ca Border Color

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

This div border color is #a880ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a880ca


Comments

No comments written yet.

Please login to write comment.