Color Hex Logo

#a01cc5 Color Hex

#A01CC5
(160,28,197)
0 Favorites   0 Comments

Color spaces of #a01cc5

RGB 16028197
HSL0.800.750.44
HSV287°86°77°
CMYK 0.190.860.00   0.23
XYZ24.990512.335353.8871
Yxy12.33530.27400.1352
Hunter Lab35.121665.5472-66.3834
CIE-Lab41.744171.4215-58.6406

#a01cc5 color RGB value is (160,28,197).

#a01cc5 hex color red value is 160, green value is 28 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #a01cc5 hue: 0.80 , saturation: 0.75 and the lightness value of a01cc5 is 0.44.

The process color (four color CMYK) of #a01cc5 color hex is 0.19, 0.86, 0.00, 0.23. Web safe color of #a01cc5 is #9933cc. Color #a01cc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011100 11000101
Octal 240 34 305
Decimal 160 28 197
Hex A0 1C C5

RGB Percentages of Color #a01cc5

%41.56
%7.27
%51.17

CMYK Percentages of Color #a01cc5

%19
%86
%0
%23

Triadic Colors of #a01cc5

#a01cc5 #c5a01c #1cc5a0

Analogous Colors of #a01cc5

#a01cc5 #c51c96 #4b1cc5

Monochromatic Colors of #a01cc5

#a01cc5

Complementary Color

#a01cc5 #41c51c

#a01cc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a01cc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a01cc5 Color CSS Codes

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

#a01cc5 Text Font Color

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

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


#a01cc5 Background Color

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

This div background color is #a01cc5


#a01cc5 Border Color

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

This div border color is #a01cc5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,28,197, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a01cc5


Comments

No comments written yet.

Please login to write comment.