Color Hex Logo

#a13ace Color Hex

#A13ACE
(161,58,206)
0 Favorites   0 Comments

Color spaces of #a13ace

RGB 16158206
HSL0.780.600.52
HSV282°72°81°
CMYK 0.220.720.00   0.19
XYZ27.351615.059459.8577
Yxy15.05940.26740.1473
Hunter Lab38.806457.8993-64.2884
CIE-Lab45.715464.0896-57.4328

#a13ace color RGB value is (161,58,206).

#a13ace hex color red value is 161, green value is 58 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a13ace hue: 0.78 , saturation: 0.60 and the lightness value of a13ace is 0.52.

The process color (four color CMYK) of #a13ace color hex is 0.22, 0.72, 0.00, 0.19. Web safe color of #a13ace is #9933cc. Color #a13ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111010 11001110
Octal 241 72 316
Decimal 161 58 206
Hex A1 3A CE

RGB Percentages of Color #a13ace

%37.88
%13.65
%48.47

CMYK Percentages of Color #a13ace

%22
%72
%0
%19

Triadic Colors of #a13ace

#a13ace #cea13a #3acea1

Analogous Colors of #a13ace

#a13ace #ce3ab1 #573ace

Monochromatic Colors of #a13ace

#a13ace

Complementary Color

#a13ace #67ce3a

#a13ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13ace Color CSS Codes

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

#a13ace Text Font Color

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

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


#a13ace Background Color

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

This div background color is #a13ace


#a13ace Border Color

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

This div border color is #a13ace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,58,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13ace


Comments

No comments written yet.

Please login to write comment.