Color Hex Logo

#a00cfa Color Hex

#A00CFA
(160,12,250)
0 Favorites   0 Comments

Color spaces of #a00cfa

RGB 16012250
HSL0.770.960.51
HSV277°95°98°
CMYK 0.360.950.00   0.02
XYZ31.884014.638791.5875
Yxy14.63870.23090.1060
Hunter Lab38.260681.7950-115.1451
CIE-Lab45.135383.9004-83.3885

#a00cfa color RGB value is (160,12,250).

#a00cfa hex color red value is 160, green value is 12 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a00cfa hue: 0.77 , saturation: 0.96 and the lightness value of a00cfa is 0.51.

The process color (four color CMYK) of #a00cfa color hex is 0.36, 0.95, 0.00, 0.02. Web safe color of #a00cfa is #9900ff. Color #a00cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001100 11111010
Octal 240 14 372
Decimal 160 12 250
Hex A0 C FA

RGB Percentages of Color #a00cfa

%37.91
%2.84
%59.24

CMYK Percentages of Color #a00cfa

%36
%95
%0
%2

Triadic Colors of #a00cfa

#a00cfa #faa00c #0cfaa0

Analogous Colors of #a00cfa

#a00cfa #fa0cdd #290cfa

Monochromatic Colors of #a00cfa

#a00cfa

Complementary Color

#a00cfa #66fa0c

#a00cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00cfa Color CSS Codes

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

#a00cfa Text Font Color

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

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


#a00cfa Background Color

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

This div background color is #a00cfa


#a00cfa Border Color

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

This div border color is #a00cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00cfa

Related Colors


Comments

No comments written yet.

Please login to write comment.