Color Hex Logo

#a04cfe Color Hex

#A04CFE
(160,76,254)
0 Favorites   0 Comments

Color spaces of #a04cfe

RGB 16076254
HSL0.750.990.65
HSV268°70°100°
CMYK 0.370.700.00   0.00
XYZ34.971019.798295.7442
Yxy19.79820.23230.1315
Hunter Lab44.495262.4256-96.4329
CIE-Lab51.608366.8683-75.0422

#a04cfe color RGB value is (160,76,254).

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

The process color (four color CMYK) of #a04cfe color hex is 0.37, 0.70, 0.00, 0.00. Web safe color of #a04cfe is #9933ff. Color #a04cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001100 11111110
Octal 240 114 376
Decimal 160 76 254
Hex A0 4C FE

RGB Percentages of Color #a04cfe

%32.65
%15.51
%51.84

CMYK Percentages of Color #a04cfe

%37
%70
%0
%0

Triadic Colors of #a04cfe

#a04cfe #fea04c #4cfea0

Analogous Colors of #a04cfe

#a04cfe #f94cfe #4c51fe

Monochromatic Colors of #a04cfe

#a04cfe

Complementary Color

#a04cfe #aafe4c

#a04cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04cfe Color CSS Codes

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

#a04cfe Text Font Color

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

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


#a04cfe Background Color

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

This div background color is #a04cfe


#a04cfe Border Color

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

This div border color is #a04cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.