Color Hex Logo

#a21a6c Color Hex

#A21A6C
(162,26,108)
0 Favorites   0 Comments

Color spaces of #a21a6c

RGB 16226108
HSL0.900.720.37
HSV324°84°64°
CMYK 0.000.840.33   0.36
XYZ17.97659.502915.0741
Yxy9.50290.42240.2233
Hunter Lab30.826850.1446-7.4137
CIE-Lab36.935158.8385-12.1961

#a21a6c color RGB value is (162,26,108).

#a21a6c hex color red value is 162, green value is 26 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #a21a6c hue: 0.90 , saturation: 0.72 and the lightness value of a21a6c is 0.37.

The process color (four color CMYK) of #a21a6c color hex is 0.00, 0.84, 0.33, 0.36. Web safe color of #a21a6c is #993366. Color #a21a6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00011010 01101100
Octal 242 32 154
Decimal 162 26 108
Hex A2 1A 6C

RGB Percentages of Color #a21a6c

%54.73
%8.78
%36.49

CMYK Percentages of Color #a21a6c

%0
%84
%33
%36

Triadic Colors of #a21a6c

#a21a6c #6ca21a #1a6ca2

Analogous Colors of #a21a6c

#a21a6c #a21a28 #941aa2

Monochromatic Colors of #a21a6c

#a21a6c

Complementary Color

#a21a6c #1aa250

#a21a6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a21a6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a21a6c Color CSS Codes

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

#a21a6c Text Font Color

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

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


#a21a6c Background Color

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

This div background color is #a21a6c


#a21a6c Border Color

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

This div border color is #a21a6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a21a6c


Comments

No comments written yet.

Please login to write comment.