Color Hex Logo

#a21d98 Color Hex

#A21D98
(162,29,152)
0 Favorites   0 Comments

Color spaces of #a21d98

RGB 16229152
HSL0.850.700.37
HSV305°82°64°
CMYK 0.000.820.06   0.36
XYZ21.007210.827130.6884
Yxy10.82710.33600.1732
Hunter Lab32.904656.3765-32.2636
CIE-Lab39.287763.9967-35.8061

#a21d98 color RGB value is (162,29,152).

#a21d98 hex color red value is 162, green value is 29 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #a21d98 hue: 0.85 , saturation: 0.70 and the lightness value of a21d98 is 0.37.

The process color (four color CMYK) of #a21d98 color hex is 0.00, 0.82, 0.06, 0.36. Web safe color of #a21d98 is #993399. Color #a21d98 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00011101 10011000
Octal 242 35 230
Decimal 162 29 152
Hex A2 1D 98

RGB Percentages of Color #a21d98

%47.23
%8.45
%44.31

CMYK Percentages of Color #a21d98

%0
%82
%6
%36

Triadic Colors of #a21d98

#a21d98 #98a21d #1d98a2

Analogous Colors of #a21d98

#a21d98 #a21d55 #6a1da2

Monochromatic Colors of #a21d98

#a21d98

Complementary Color

#a21d98 #1da227

#a21d98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a21d98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a21d98 Color CSS Codes

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

#a21d98 Text Font Color

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

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


#a21d98 Background Color

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

This div background color is #a21d98


#a21d98 Border Color

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

This div border color is #a21d98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a21d98


Comments

No comments written yet.

Please login to write comment.