Color Hex Logo

#a03dfa Color Hex

#A03DFA
(160,61,250)
0 Favorites   0 Comments

Color spaces of #a03dfa

RGB 16061250
HSL0.750.950.61
HSV271°76°98°
CMYK 0.360.760.00   0.02
XYZ33.421317.713292.1000
Yxy17.71320.23330.1237
Hunter Lab42.087168.0944-100.2846
CIE-Lab49.146472.1074-76.8244

#a03dfa color RGB value is (160,61,250).

#a03dfa hex color red value is 160, green value is 61 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a03dfa hue: 0.75 , saturation: 0.95 and the lightness value of a03dfa is 0.61.

The process color (four color CMYK) of #a03dfa color hex is 0.36, 0.76, 0.00, 0.02. Web safe color of #a03dfa is #9933ff. Color #a03dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111101 11111010
Octal 240 75 372
Decimal 160 61 250
Hex A0 3D FA

RGB Percentages of Color #a03dfa

%33.97
%12.95
%53.08

CMYK Percentages of Color #a03dfa

%36
%76
%0
%2

Triadic Colors of #a03dfa

#a03dfa #faa03d #3dfaa0

Analogous Colors of #a03dfa

#a03dfa #fa3df6 #413dfa

Monochromatic Colors of #a03dfa

#a03dfa

Complementary Color

#a03dfa #97fa3d

#a03dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03dfa Color CSS Codes

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

#a03dfa Text Font Color

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

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


#a03dfa Background Color

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

This div background color is #a03dfa


#a03dfa Border Color

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

This div border color is #a03dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03dfa


Comments

No comments written yet.

Please login to write comment.