Color Hex Logo

#a01fae Color Hex

#A01FAE
(160,31,174)
0 Favorites   0 Comments

Color spaces of #a01fae

RGB 16031174
HSL0.820.700.40
HSV294°82°68°
CMYK 0.080.820.00   0.32
XYZ22.627211.509541.0734
Yxy11.50950.30090.1530
Hunter Lab33.925759.6832-48.0338
CIE-Lab40.425766.6710-47.2240

#a01fae color RGB value is (160,31,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011111 10101110
Octal 240 37 256
Decimal 160 31 174
Hex A0 1F AE

RGB Percentages of Color #a01fae

%43.84
%8.49
%47.67

CMYK Percentages of Color #a01fae

%8
%82
%0
%32

Triadic Colors of #a01fae

#a01fae #aea01f #1faea0

Analogous Colors of #a01fae

#a01fae #ae1f75 #581fae

Monochromatic Colors of #a01fae

#a01fae

Complementary Color

#a01fae #2dae1f

#a01fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a01fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a01fae Color CSS Codes

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

#a01fae Text Font Color

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

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


#a01fae Background Color

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

This div background color is #a01fae


#a01fae Border Color

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

This div border color is #a01fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a01fae


Comments

No comments written yet.

Please login to write comment.