Color Hex Logo

#a41abc Color Hex

#A41ABC
(164,26,188)
0 Favorites   0 Comments

Color spaces of #a41abc

RGB 16426188
HSL0.810.760.42
HSV291°86°74°
CMYK 0.130.860.00   0.26
XYZ24.756312.262148.6390
Yxy12.26210.28900.1432
Hunter Lab35.017364.9146-57.8417
CIE-Lab41.629770.9110-53.5258

#a41abc color RGB value is (164,26,188).

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

The process color (four color CMYK) of #a41abc color hex is 0.13, 0.86, 0.00, 0.26. Web safe color of #a41abc is #9933cc. Color #a41abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011010 10111100
Octal 244 32 274
Decimal 164 26 188
Hex A4 1A BC

RGB Percentages of Color #a41abc

%43.39
%6.88
%49.74

CMYK Percentages of Color #a41abc

%13
%86
%0
%26

Triadic Colors of #a41abc

#a41abc #bca41a #1abca4

Analogous Colors of #a41abc

#a41abc #bc1a83 #531abc

Monochromatic Colors of #a41abc

#a41abc

Complementary Color

#a41abc #32bc1a

#a41abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41abc Color CSS Codes

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

#a41abc Text Font Color

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

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


#a41abc Background Color

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

This div background color is #a41abc


#a41abc Border Color

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

This div border color is #a41abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41abc


Comments

No comments written yet.

Please login to write comment.