Color Hex Logo

#a113bd Color Hex

#A113BD
(161,19,189)
0 Favorites   0 Comments

Color spaces of #a113bd

RGB 16119189
HSL0.810.820.41
HSV290°90°74°
CMYK 0.150.900.00   0.26
XYZ24.116111.716949.1346
Yxy11.71690.28380.1379
Hunter Lab34.230065.8565-61.1455
CIE-Lab40.762671.8719-55.5383

#a113bd color RGB value is (161,19,189).

#a113bd hex color red value is 161, green value is 19 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a113bd hue: 0.81 , saturation: 0.82 and the lightness value of a113bd is 0.41.

The process color (four color CMYK) of #a113bd color hex is 0.15, 0.90, 0.00, 0.26. Web safe color of #a113bd is #9900cc. Color #a113bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00010011 10111101
Octal 241 23 275
Decimal 161 19 189
Hex A1 13 BD

RGB Percentages of Color #a113bd

%43.63
%5.15
%51.22

CMYK Percentages of Color #a113bd

%15
%90
%0
%26

Triadic Colors of #a113bd

#a113bd #bda113 #13bda1

Analogous Colors of #a113bd

#a113bd #bd1384 #4c13bd

Monochromatic Colors of #a113bd

#a113bd

Complementary Color

#a113bd #2fbd13

#a113bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a113bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a113bd Color CSS Codes

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

#a113bd Text Font Color

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

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


#a113bd Background Color

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

This div background color is #a113bd


#a113bd Border Color

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

This div border color is #a113bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a113bd


Comments

No comments written yet.

Please login to write comment.