Color Hex Logo

#a234ab Color Hex

#A234AB
(162,52,171)
0 Favorites   0 Comments

Color spaces of #a234ab

RGB 16252171
HSL0.820.530.44
HSV295°70°67°
CMYK 0.050.700.00   0.33
XYZ23.479013.077639.8148
Yxy13.07760.30740.1712
Hunter Lab36.163052.6069-39.9632
CIE-Lab42.879959.9331-41.5011

#a234ab color RGB value is (162,52,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110100 10101011
Octal 242 64 253
Decimal 162 52 171
Hex A2 34 AB

RGB Percentages of Color #a234ab

%42.08
%13.51
%44.42

CMYK Percentages of Color #a234ab

%5
%70
%0
%33

Triadic Colors of #a234ab

#a234ab #aba234 #34aba2

Analogous Colors of #a234ab

#a234ab #ab3479 #6734ab

Monochromatic Colors of #a234ab

#a234ab

Complementary Color

#a234ab #3dab34

#a234ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a234ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a234ab Color CSS Codes

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

#a234ab Text Font Color

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

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


#a234ab Background Color

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

This div background color is #a234ab


#a234ab Border Color

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

This div border color is #a234ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a234ab


Comments

No comments written yet.

Please login to write comment.