Color Hex Logo

#a03faf Color Hex

#A03FAF
(160,63,175)
0 Favorites   0 Comments

Color spaces of #a03faf

RGB 16063175
HSL0.810.470.47
HSV292°64°69°
CMYK 0.090.640.00   0.31
XYZ24.012614.123742.0180
Yxy14.12370.29960.1762
Hunter Lab37.581548.2844-39.9821
CIE-Lab44.409855.6977-41.4542

#a03faf color RGB value is (160,63,175).

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

The process color (four color CMYK) of #a03faf color hex is 0.09, 0.64, 0.00, 0.31. Web safe color of #a03faf is #993399. Color #a03faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111111 10101111
Octal 240 77 257
Decimal 160 63 175
Hex A0 3F AF

RGB Percentages of Color #a03faf

%40.20
%15.83
%43.97

CMYK Percentages of Color #a03faf

%9
%64
%0
%31

Triadic Colors of #a03faf

#a03faf #afa03f #3fafa0

Analogous Colors of #a03faf

#a03faf #af3f86 #683faf

Monochromatic Colors of #a03faf

#a03faf

Complementary Color

#a03faf #4eaf3f

#a03faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03faf Color CSS Codes

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

#a03faf Text Font Color

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

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


#a03faf Background Color

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

This div background color is #a03faf


#a03faf Border Color

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

This div border color is #a03faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,63,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03faf


Comments

No comments written yet.

Please login to write comment.