Color Hex Logo

#a21cae Color Hex

#A21CAE
(162,28,174)
0 Favorites   0 Comments

Color spaces of #a21cae

RGB 16228174
HSL0.820.720.40
HSV295°84°68°
CMYK 0.070.840.00   0.32
XYZ22.955511.567941.0673
Yxy11.56790.30370.1530
Hunter Lab34.011660.9549-47.7815
CIE-Lab40.521067.7519-47.0526

#a21cae color RGB value is (162,28,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00011100 10101110
Octal 242 34 256
Decimal 162 28 174
Hex A2 1C AE

RGB Percentages of Color #a21cae

%44.51
%7.69
%47.80

CMYK Percentages of Color #a21cae

%7
%84
%0
%32

Triadic Colors of #a21cae

#a21cae #aea21c #1caea2

Analogous Colors of #a21cae

#a21cae #ae1c71 #591cae

Monochromatic Colors of #a21cae

#a21cae

Complementary Color

#a21cae #28ae1c

#a21cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a21cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a21cae Color CSS Codes

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

#a21cae Text Font Color

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

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


#a21cae Background Color

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

This div background color is #a21cae


#a21cae Border Color

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

This div border color is #a21cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a21cae


Comments

No comments written yet.

Please login to write comment.