Color Hex Logo

#a054cc Color Hex

#A054CC
(160,84,204)
0 Favorites   0 Comments

Color spaces of #a054cc

RGB 16084204
HSL0.770.540.56
HSV278°59°80°
CMYK 0.220.590.00   0.20
XYZ28.566618.173959.1290
Yxy18.17390.26980.1717
Hunter Lab42.630945.0074-52.3936
CIE-Lab49.706451.7047-49.8844

#a054cc color RGB value is (160,84,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010100 11001100
Octal 240 124 314
Decimal 160 84 204
Hex A0 54 CC

RGB Percentages of Color #a054cc

%35.71
%18.75
%45.54

CMYK Percentages of Color #a054cc

%22
%59
%0
%20

Triadic Colors of #a054cc

#a054cc #cca054 #54cca0

Analogous Colors of #a054cc

#a054cc #cc54bc #6454cc

Monochromatic Colors of #a054cc

#a054cc

Complementary Color

#a054cc #80cc54

#a054cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a054cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a054cc Color CSS Codes

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

#a054cc Text Font Color

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

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


#a054cc Background Color

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

This div background color is #a054cc


#a054cc Border Color

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

This div border color is #a054cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a054cc


Comments

No comments written yet.

Please login to write comment.