Color Hex Logo

#a13aca Color Hex

#A13ACA
(161,58,202)
0 Favorites   0 Comments

Color spaces of #a13aca

RGB 16158202
HSL0.790.580.51
HSV283°71°79°
CMYK 0.200.710.00   0.21
XYZ26.871714.867457.3305
Yxy14.86740.27120.1501
Hunter Lab38.558356.9217-61.1648
CIE-Lab45.452063.2830-55.5480

#a13aca color RGB value is (161,58,202).

#a13aca hex color red value is 161, green value is 58 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a13aca hue: 0.79 , saturation: 0.58 and the lightness value of a13aca is 0.51.

The process color (four color CMYK) of #a13aca color hex is 0.20, 0.71, 0.00, 0.21. Web safe color of #a13aca is #9933cc. Color #a13aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111010 11001010
Octal 241 72 312
Decimal 161 58 202
Hex A1 3A CA

RGB Percentages of Color #a13aca

%38.24
%13.78
%47.98

CMYK Percentages of Color #a13aca

%20
%71
%0
%21

Triadic Colors of #a13aca

#a13aca #caa13a #3acaa1

Analogous Colors of #a13aca

#a13aca #ca3aab #593aca

Monochromatic Colors of #a13aca

#a13aca

Complementary Color

#a13aca #63ca3a

#a13aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13aca Color CSS Codes

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

#a13aca Text Font Color

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

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


#a13aca Background Color

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

This div background color is #a13aca


#a13aca Border Color

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

This div border color is #a13aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13aca


Comments

No comments written yet.

Please login to write comment.