Color Hex Logo

#a13dad Color Hex

#A13DAD
(161,61,173)
0 Favorites   0 Comments

Color spaces of #a13dad

RGB 16161173
HSL0.820.480.46
HSV294°65°68°
CMYK 0.070.650.00   0.32
XYZ23.909513.931740.9641
Yxy13.93170.30340.1768
Hunter Lab37.325249.0231-38.9427
CIE-Lab44.134856.4299-40.7006

#a13dad color RGB value is (161,61,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111101 10101101
Octal 241 75 255
Decimal 161 61 173
Hex A1 3D AD

RGB Percentages of Color #a13dad

%40.76
%15.44
%43.80

CMYK Percentages of Color #a13dad

%7
%65
%0
%32

Triadic Colors of #a13dad

#a13dad #ada13d #3dada1

Analogous Colors of #a13dad

#a13dad #ad3d81 #693dad

Monochromatic Colors of #a13dad

#a13dad

Complementary Color

#a13dad #49ad3d

#a13dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13dad Color CSS Codes

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

#a13dad Text Font Color

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

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


#a13dad Background Color

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

This div background color is #a13dad


#a13dad Border Color

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

This div border color is #a13dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13dad


Comments

No comments written yet.

Please login to write comment.