Color Hex Logo

#a21dae Color Hex

#A21DAE
(162,29,174)
0 Favorites   0 Comments

Color spaces of #a21dae

RGB 16229174
HSL0.820.710.40
HSV295°83°68°
CMYK 0.070.830.00   0.32
XYZ22.979611.616141.0754
Yxy11.61610.30370.1535
Hunter Lab34.082460.7070-47.5974
CIE-Lab40.599367.5229-46.9269

#a21dae color RGB value is (162,29,174).

#a21dae hex color red value is 162, green value is 29 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a21dae hue: 0.82 , saturation: 0.71 and the lightness value of a21dae is 0.40.

The process color (four color CMYK) of #a21dae color hex is 0.07, 0.83, 0.00, 0.32. Web safe color of #a21dae is #993399. Color #a21dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00011101 10101110
Octal 242 35 256
Decimal 162 29 174
Hex A2 1D AE

RGB Percentages of Color #a21dae

%44.38
%7.95
%47.67

CMYK Percentages of Color #a21dae

%7
%83
%0
%32

Triadic Colors of #a21dae

#a21dae #aea21d #1daea2

Analogous Colors of #a21dae

#a21dae #ae1d72 #591dae

Monochromatic Colors of #a21dae

#a21dae

Complementary Color

#a21dae #29ae1d

#a21dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a21dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a21dae Color CSS Codes

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

#a21dae Text Font Color

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

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


#a21dae Background Color

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

This div background color is #a21dae


#a21dae Border Color

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

This div border color is #a21dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a21dae


Comments

No comments written yet.

Please login to write comment.