Color Hex Logo

#a412bc Color Hex

#A412BC
(164,18,188)
0 Favorites   0 Comments

Color spaces of #a412bc

RGB 16418188
HSL0.810.830.40
HSV292°90°74°
CMYK 0.130.900.00   0.26
XYZ24.603211.956048.5879
Yxy11.95600.28890.1404
Hunter Lab34.577466.4992-59.1095
CIE-Lab41.146172.3358-54.3060

#a412bc color RGB value is (164,18,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010010 10111100
Octal 244 22 274
Decimal 164 18 188
Hex A4 12 BC

RGB Percentages of Color #a412bc

%44.32
%4.86
%50.81

CMYK Percentages of Color #a412bc

%13
%90
%0
%26

Triadic Colors of #a412bc

#a412bc #bca412 #12bca4

Analogous Colors of #a412bc

#a412bc #bc127f #4f12bc

Monochromatic Colors of #a412bc

#a412bc

Complementary Color

#a412bc #2abc12

#a412bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a412bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a412bc Color CSS Codes

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

#a412bc Text Font Color

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

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


#a412bc Background Color

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

This div background color is #a412bc


#a412bc Border Color

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

This div border color is #a412bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,18,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a412bc


Comments

No comments written yet.

Please login to write comment.