Color Hex Logo

#a131bd Color Hex

#A131BD
(161,49,189)
0 Favorites   0 Comments

Color spaces of #a131bd

RGB 16149189
HSL0.800.590.47
HSV288°74°74°
CMYK 0.150.740.00   0.26
XYZ24.981613.447849.4231
Yxy13.44780.28440.1531
Hunter Lab36.671257.4251-54.2373
CIE-Lab43.430464.1152-51.2384

#a131bd color RGB value is (161,49,189).

#a131bd hex color red value is 161, green value is 49 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a131bd hue: 0.80 , saturation: 0.59 and the lightness value of a131bd is 0.47.

The process color (four color CMYK) of #a131bd color hex is 0.15, 0.74, 0.00, 0.26. Web safe color of #a131bd is #9933cc. Color #a131bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110001 10111101
Octal 241 61 275
Decimal 161 49 189
Hex A1 31 BD

RGB Percentages of Color #a131bd

%40.35
%12.28
%47.37

CMYK Percentages of Color #a131bd

%15
%74
%0
%26

Triadic Colors of #a131bd

#a131bd #bda131 #31bda1

Analogous Colors of #a131bd

#a131bd #bd3193 #5b31bd

Monochromatic Colors of #a131bd

#a131bd

Complementary Color

#a131bd #4dbd31

#a131bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a131bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a131bd Color CSS Codes

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

#a131bd Text Font Color

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

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


#a131bd Background Color

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

This div background color is #a131bd


#a131bd Border Color

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

This div border color is #a131bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a131bd


Comments

No comments written yet.

Please login to write comment.