Color Hex Logo

#a06cfe Color Hex

#A06CFE
(160,108,254)
0 Favorites   0 Comments

Color spaces of #a06cfe

RGB 160108254
HSL0.730.990.71
HSV261°57°100°
CMYK 0.370.570.00   0.00
XYZ37.749225.354596.6702
Yxy25.35450.23630.1587
Hunter Lab50.353345.7010-78.5801
CIE-Lab57.419251.0682-65.6391

#a06cfe color RGB value is (160,108,254).

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

The process color (four color CMYK) of #a06cfe color hex is 0.37, 0.57, 0.00, 0.00. Web safe color of #a06cfe is #9966ff. Color #a06cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101100 11111110
Octal 240 154 376
Decimal 160 108 254
Hex A0 6C FE

RGB Percentages of Color #a06cfe

%30.65
%20.69
%48.66

CMYK Percentages of Color #a06cfe

%37
%57
%0
%0

Triadic Colors of #a06cfe

#a06cfe #fea06c #6cfea0

Analogous Colors of #a06cfe

#a06cfe #e96cfe #6c81fe

Monochromatic Colors of #a06cfe

#a06cfe

Complementary Color

#a06cfe #cafe6c

#a06cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06cfe Color CSS Codes

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

#a06cfe Text Font Color

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

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


#a06cfe Background Color

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

This div background color is #a06cfe


#a06cfe Border Color

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

This div border color is #a06cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06cfe


Comments

No comments written yet.

Please login to write comment.