Color Hex Logo

#a03fad Color Hex

#A03FAD
(160,63,173)
0 Favorites   0 Comments

Color spaces of #a03fad

RGB 16063173
HSL0.810.470.46
HSV293°64°68°
CMYK 0.080.640.00   0.32
XYZ23.817514.045740.9909
Yxy14.04570.30200.1781
Hunter Lab37.477647.8533-38.6138
CIE-Lab44.298455.3195-40.4501

#a03fad color RGB value is (160,63,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111111 10101101
Octal 240 77 255
Decimal 160 63 173
Hex A0 3F AD

RGB Percentages of Color #a03fad

%40.40
%15.91
%43.69

CMYK Percentages of Color #a03fad

%8
%64
%0
%32

Triadic Colors of #a03fad

#a03fad #ada03f #3fada0

Analogous Colors of #a03fad

#a03fad #ad3f83 #693fad

Monochromatic Colors of #a03fad

#a03fad

Complementary Color

#a03fad #4cad3f

#a03fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03fad Color CSS Codes

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

#a03fad Text Font Color

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

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


#a03fad Background Color

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

This div background color is #a03fad


#a03fad Border Color

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

This div border color is #a03fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03fad


Comments

No comments written yet.

Please login to write comment.