Color Hex Logo

#a00cfe Color Hex

#A00CFE
(160,12,254)
0 Favorites   0 Comments

Color spaces of #a00cfe

RGB 16012254
HSL0.770.990.52
HSV277°95°100°
CMYK 0.370.950.00   0.00
XYZ32.518114.892394.9265
Yxy14.89230.22850.1046
Hunter Lab38.590582.8786-118.8304
CIE-Lab45.486384.6754-85.0503

#a00cfe color RGB value is (160,12,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001100 11111110
Octal 240 14 376
Decimal 160 12 254
Hex A0 C FE

RGB Percentages of Color #a00cfe

%37.56
%2.82
%59.62

CMYK Percentages of Color #a00cfe

%37
%95
%0
%0

Triadic Colors of #a00cfe

#a00cfe #fea00c #0cfea0

Analogous Colors of #a00cfe

#a00cfe #fe0ce3 #270cfe

Monochromatic Colors of #a00cfe

#a00cfe

Complementary Color

#a00cfe #6afe0c

#a00cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00cfe Color CSS Codes

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

#a00cfe Text Font Color

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

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


#a00cfe Background Color

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

This div background color is #a00cfe


#a00cfe Border Color

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

This div border color is #a00cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.