Color Hex Logo

#a21fae Color Hex

#A21FAE
(162,31,174)
0 Favorites   0 Comments

Color spaces of #a21fae

RGB 16231174
HSL0.820.700.40
HSV295°82°68°
CMYK 0.070.820.00   0.32
XYZ23.030311.717341.0922
Yxy11.71730.30370.1545
Hunter Lab34.230560.1913-47.2136
CIE-Lab40.763267.0454-46.6640

#a21fae color RGB value is (162,31,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00011111 10101110
Octal 242 37 256
Decimal 162 31 174
Hex A2 1F AE

RGB Percentages of Color #a21fae

%44.14
%8.45
%47.41

CMYK Percentages of Color #a21fae

%7
%82
%0
%32

Triadic Colors of #a21fae

#a21fae #aea21f #1faea2

Analogous Colors of #a21fae

#a21fae #ae1f73 #5b1fae

Monochromatic Colors of #a21fae

#a21fae

Complementary Color

#a21fae #2bae1f

#a21fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a21fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a21fae Color CSS Codes

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

#a21fae Text Font Color

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

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


#a21fae Background Color

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

This div background color is #a21fae


#a21fae Border Color

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

This div border color is #a21fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a21fae


Comments

No comments written yet.

Please login to write comment.