Color Hex Logo

#a405ab Color Hex

#A405AB
(164,5,171)
0 Favorites   0 Comments

Color spaces of #a405ab

RGB 1645171
HSL0.830.940.35
HSV297°97°67°
CMYK 0.040.970.00   0.33
XYZ22.714810.941339.4428
Yxy10.94130.31070.1497
Hunter Lab33.077664.6922-47.5449
CIE-Lab39.481471.1405-46.9138

#a405ab color RGB value is (164,5,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000101 10101011
Octal 244 5 253
Decimal 164 5 171
Hex A4 5 AB

RGB Percentages of Color #a405ab

%48.24
%1.47
%50.29

CMYK Percentages of Color #a405ab

%4
%97
%0
%33

Triadic Colors of #a405ab

#a405ab #aba405 #05aba4

Analogous Colors of #a405ab

#a405ab #ab055f #5105ab

Monochromatic Colors of #a405ab

#a405ab

Complementary Color

#a405ab #0cab05

#a405ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a405ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a405ab Color CSS Codes

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

#a405ab Text Font Color

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

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


#a405ab Background Color

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

This div background color is #a405ab


#a405ab Border Color

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

This div border color is #a405ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a405ab


Comments

No comments written yet.

Please login to write comment.