Color Hex Logo

#a411ab Color Hex

#A411AB
(164,17,171)
0 Favorites   0 Comments

Color spaces of #a411ab

RGB 16417171
HSL0.830.820.37
HSV297°90°67°
CMYK 0.040.900.00   0.33
XYZ22.861011.233739.4915
Yxy11.23370.31070.1527
Hunter Lab33.516763.0966-46.3975
CIE-Lab39.971369.6931-46.1278

#a411ab color RGB value is (164,17,171).

#a411ab hex color red value is 164, green value is 17 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a411ab hue: 0.83 , saturation: 0.82 and the lightness value of a411ab is 0.37.

The process color (four color CMYK) of #a411ab color hex is 0.04, 0.90, 0.00, 0.33. Web safe color of #a411ab is #990099. Color #a411ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010001 10101011
Octal 244 21 253
Decimal 164 17 171
Hex A4 11 AB

RGB Percentages of Color #a411ab

%46.59
%4.83
%48.58

CMYK Percentages of Color #a411ab

%4
%90
%0
%33

Triadic Colors of #a411ab

#a411ab #aba411 #11aba4

Analogous Colors of #a411ab

#a411ab #ab1165 #5711ab

Monochromatic Colors of #a411ab

#a411ab

Complementary Color

#a411ab #18ab11

#a411ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a411ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a411ab Color CSS Codes

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

#a411ab Text Font Color

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

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


#a411ab Background Color

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

This div background color is #a411ab


#a411ab Border Color

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

This div border color is #a411ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a411ab


Comments

No comments written yet.

Please login to write comment.