Color Hex Logo

#a13cad Color Hex

#A13CAD
(161,60,173)
0 Favorites   0 Comments

Color spaces of #a13cad

RGB 16160173
HSL0.820.480.46
HSV294°65°68°
CMYK 0.070.650.00   0.32
XYZ23.856613.825940.9464
Yxy13.82590.30340.1758
Hunter Lab37.183249.4543-39.2623
CIE-Lab43.982256.8548-40.9430

#a13cad color RGB value is (161,60,173).

#a13cad hex color red value is 161, green value is 60 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a13cad hue: 0.82 , saturation: 0.48 and the lightness value of a13cad is 0.46.

The process color (four color CMYK) of #a13cad color hex is 0.07, 0.65, 0.00, 0.32. Web safe color of #a13cad is #993399. Color #a13cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111100 10101101
Octal 241 74 255
Decimal 161 60 173
Hex A1 3C AD

RGB Percentages of Color #a13cad

%40.86
%15.23
%43.91

CMYK Percentages of Color #a13cad

%7
%65
%0
%32

Triadic Colors of #a13cad

#a13cad #ada13c #3cada1

Analogous Colors of #a13cad

#a13cad #ad3c81 #693cad

Monochromatic Colors of #a13cad

#a13cad

Complementary Color

#a13cad #48ad3c

#a13cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13cad Color CSS Codes

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

#a13cad Text Font Color

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

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


#a13cad Background Color

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

This div background color is #a13cad


#a13cad Border Color

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

This div border color is #a13cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13cad


Comments

No comments written yet.

Please login to write comment.