Color Hex Logo

#a055ca Color Hex

#A055CA
(160,85,202)
0 Favorites   0 Comments

Color spaces of #a055ca

RGB 16085202
HSL0.770.520.56
HSV278°58°79°
CMYK 0.210.580.00   0.21
XYZ28.406418.234957.8996
Yxy18.23490.27170.1744
Hunter Lab42.702344.0125-50.4990
CIE-Lab49.779850.7610-48.6190

#a055ca color RGB value is (160,85,202).

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

The process color (four color CMYK) of #a055ca color hex is 0.21, 0.58, 0.00, 0.21. Web safe color of #a055ca is #9966cc. Color #a055ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010101 11001010
Octal 240 125 312
Decimal 160 85 202
Hex A0 55 CA

RGB Percentages of Color #a055ca

%35.79
%19.02
%45.19

CMYK Percentages of Color #a055ca

%21
%58
%0
%21

Triadic Colors of #a055ca

#a055ca #caa055 #55caa0

Analogous Colors of #a055ca

#a055ca #ca55ba #6655ca

Monochromatic Colors of #a055ca

#a055ca

Complementary Color

#a055ca #7fca55

#a055ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a055ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a055ca Color CSS Codes

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

#a055ca Text Font Color

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

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


#a055ca Background Color

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

This div background color is #a055ca


#a055ca Border Color

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

This div border color is #a055ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a055ca


Comments

No comments written yet.

Please login to write comment.