Color Hex Logo

#a221b0 Color Hex

#A221B0
(162,33,176)
0 Favorites   0 Comments

Color spaces of #a221b0

RGB 16233176
HSL0.820.680.41
HSV294°81°69°
CMYK 0.080.810.00   0.31
XYZ23.280611.903742.1449
Yxy11.90370.30110.1539
Hunter Lab34.501760.0677-48.2733
CIE-Lab41.062766.8800-47.3716

#a221b0 color RGB value is (162,33,176).

#a221b0 hex color red value is 162, green value is 33 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #a221b0 hue: 0.82 , saturation: 0.68 and the lightness value of a221b0 is 0.41.

The process color (four color CMYK) of #a221b0 color hex is 0.08, 0.81, 0.00, 0.31. Web safe color of #a221b0 is #993399. Color #a221b0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00100001 10110000
Octal 242 41 260
Decimal 162 33 176
Hex A2 21 B0

RGB Percentages of Color #a221b0

%43.67
%8.89
%47.44

CMYK Percentages of Color #a221b0

%8
%81
%0
%31

Triadic Colors of #a221b0

#a221b0 #b0a221 #21b0a2

Analogous Colors of #a221b0

#a221b0 #b02177 #5a21b0

Monochromatic Colors of #a221b0

#a221b0

Complementary Color

#a221b0 #2fb021

#a221b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a221b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a221b0 Color CSS Codes

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

#a221b0 Text Font Color

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

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


#a221b0 Background Color

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

This div background color is #a221b0


#a221b0 Border Color

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

This div border color is #a221b0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,33,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a221b0


Comments

No comments written yet.

Please login to write comment.