Color Hex Logo

#a244ab Color Hex

#A244AB
(162,68,171)
0 Favorites   0 Comments

Color spaces of #a244ab

RGB 16268171
HSL0.820.430.47
HSV295°60°67°
CMYK 0.050.600.00   0.33
XYZ24.318114.755940.0945
Yxy14.75590.30720.1864
Hunter Lab38.413445.7782-34.9953
CIE-Lab45.298053.2039-37.6661

#a244ab color RGB value is (162,68,171).

#a244ab hex color red value is 162, green value is 68 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a244ab hue: 0.82 , saturation: 0.43 and the lightness value of a244ab is 0.47.

The process color (four color CMYK) of #a244ab color hex is 0.05, 0.60, 0.00, 0.33. Web safe color of #a244ab is #993399. Color #a244ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000100 10101011
Octal 242 104 253
Decimal 162 68 171
Hex A2 44 AB

RGB Percentages of Color #a244ab

%40.40
%16.96
%42.64

CMYK Percentages of Color #a244ab

%5
%60
%0
%33

Triadic Colors of #a244ab

#a244ab #aba244 #44aba2

Analogous Colors of #a244ab

#a244ab #ab4481 #6f44ab

Monochromatic Colors of #a244ab

#a244ab

Complementary Color

#a244ab #4dab44

#a244ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a244ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a244ab Color CSS Codes

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

#a244ab Text Font Color

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

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


#a244ab Background Color

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

This div background color is #a244ab


#a244ab Border Color

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

This div border color is #a244ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a244ab


Comments

No comments written yet.

Please login to write comment.