Color Hex Logo

#a050cc Color Hex

#A050CC
(160,80,204)
0 Favorites   0 Comments

Color spaces of #a050cc

RGB 16080204
HSL0.770.550.56
HSV279°61°80°
CMYK 0.220.610.00   0.20
XYZ28.264917.570559.0285
Yxy17.57050.26950.1676
Hunter Lab41.917247.0081-54.1512
CIE-Lab48.971053.6912-51.0598

#a050cc color RGB value is (160,80,204).

#a050cc hex color red value is 160, green value is 80 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a050cc hue: 0.77 , saturation: 0.55 and the lightness value of a050cc is 0.56.

The process color (four color CMYK) of #a050cc color hex is 0.22, 0.61, 0.00, 0.20. Web safe color of #a050cc is #9966cc. Color #a050cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010000 11001100
Octal 240 120 314
Decimal 160 80 204
Hex A0 50 CC

RGB Percentages of Color #a050cc

%36.04
%18.02
%45.95

CMYK Percentages of Color #a050cc

%22
%61
%0
%20

Triadic Colors of #a050cc

#a050cc #cca050 #50cca0

Analogous Colors of #a050cc

#a050cc #cc50ba #6250cc

Monochromatic Colors of #a050cc

#a050cc

Complementary Color

#a050cc #7ccc50

#a050cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a050cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a050cc Color CSS Codes

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

#a050cc Text Font Color

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

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


#a050cc Background Color

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

This div background color is #a050cc


#a050cc Border Color

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

This div border color is #a050cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a050cc


Comments

No comments written yet.

Please login to write comment.