Color Hex Logo

#a412bd Color Hex

#A412BD
(164,18,189)
0 Favorites   0 Comments

Color spaces of #a412bd

RGB 16418189
HSL0.810.830.41
HSV291°90°74°
CMYK 0.130.900.00   0.26
XYZ24.711511.999249.1578
Yxy11.99920.28780.1397
Hunter Lab34.639966.7192-59.8912
CIE-Lab41.214872.5064-54.7827

#a412bd color RGB value is (164,18,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010010 10111101
Octal 244 22 275
Decimal 164 18 189
Hex A4 12 BD

RGB Percentages of Color #a412bd

%44.20
%4.85
%50.94

CMYK Percentages of Color #a412bd

%13
%90
%0
%26

Triadic Colors of #a412bd

#a412bd #bda412 #12bda4

Analogous Colors of #a412bd

#a412bd #bd1281 #4e12bd

Monochromatic Colors of #a412bd

#a412bd

Complementary Color

#a412bd #2bbd12

#a412bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a412bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a412bd Color CSS Codes

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

#a412bd Text Font Color

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

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


#a412bd Background Color

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

This div background color is #a412bd


#a412bd Border Color

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

This div border color is #a412bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a412bd


Comments

No comments written yet.

Please login to write comment.