Color Hex Logo

#a03fae Color Hex

#A03FAE
(160,63,174)
0 Favorites   0 Comments

Color spaces of #a03fae

RGB 16063174
HSL0.810.470.46
HSV292°64°68°
CMYK 0.080.640.00   0.32
XYZ23.914714.084641.5026
Yxy14.08460.30080.1772
Hunter Lab37.529548.0681-39.2963
CIE-Lab44.354055.5080-40.9526

#a03fae color RGB value is (160,63,174).

#a03fae hex color red value is 160, green value is 63 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a03fae hue: 0.81 , saturation: 0.47 and the lightness value of a03fae is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111111 10101110
Octal 240 77 256
Decimal 160 63 174
Hex A0 3F AE

RGB Percentages of Color #a03fae

%40.30
%15.87
%43.83

CMYK Percentages of Color #a03fae

%8
%64
%0
%32

Triadic Colors of #a03fae

#a03fae #aea03f #3faea0

Analogous Colors of #a03fae

#a03fae #ae3f85 #693fae

Monochromatic Colors of #a03fae

#a03fae

Complementary Color

#a03fae #4dae3f

#a03fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03fae Color CSS Codes

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

#a03fae Text Font Color

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

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


#a03fae Background Color

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

This div background color is #a03fae


#a03fae Border Color

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

This div border color is #a03fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03fae


Comments

No comments written yet.

Please login to write comment.