Color Hex Logo

#a42aab Color Hex

#A42AAB
(164,42,171)
0 Favorites   0 Comments

Color spaces of #a42aab

RGB 16442171
HSL0.820.610.42
HSV297°75°67°
CMYK 0.040.750.00   0.33
XYZ23.488512.488739.7007
Yxy12.48870.31040.1650
Hunter Lab35.339456.7972-41.8696
CIE-Lab41.982563.8436-42.9117

#a42aab color RGB value is (164,42,171).

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

The process color (four color CMYK) of #a42aab color hex is 0.04, 0.75, 0.00, 0.33. Web safe color of #a42aab is #993399. Color #a42aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101010 10101011
Octal 244 52 253
Decimal 164 42 171
Hex A4 2A AB

RGB Percentages of Color #a42aab

%43.50
%11.14
%45.36

CMYK Percentages of Color #a42aab

%4
%75
%0
%33

Triadic Colors of #a42aab

#a42aab #aba42a #2aaba4

Analogous Colors of #a42aab

#a42aab #ab2a72 #642aab

Monochromatic Colors of #a42aab

#a42aab

Complementary Color

#a42aab #31ab2a

#a42aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42aab Color CSS Codes

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

#a42aab Text Font Color

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

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


#a42aab Background Color

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

This div background color is #a42aab


#a42aab Border Color

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

This div border color is #a42aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42aab


Comments

No comments written yet.

Please login to write comment.