Color Hex Logo

#a061fc Color Hex

#A061FC
(160,97,252)
0 Favorites   0 Comments

Color spaces of #a061fc

RGB 16097252
HSL0.730.960.68
HSV264°62°99°
CMYK 0.370.620.00   0.01
XYZ36.342623.051294.6293
Yxy23.05120.23600.1497
Hunter Lab48.011751.0958-83.2503
CIE-Lab55.125056.3340-68.2322

#a061fc color RGB value is (160,97,252).

#a061fc hex color red value is 160, green value is 97 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a061fc hue: 0.73 , saturation: 0.96 and the lightness value of a061fc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100001 11111100
Octal 240 141 374
Decimal 160 97 252
Hex A0 61 FC

RGB Percentages of Color #a061fc

%31.43
%19.06
%49.51

CMYK Percentages of Color #a061fc

%37
%62
%0
%1

Triadic Colors of #a061fc

#a061fc #fca061 #61fca0

Analogous Colors of #a061fc

#a061fc #ee61fc #6170fc

Monochromatic Colors of #a061fc

#a061fc

Complementary Color

#a061fc #bdfc61

#a061fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a061fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a061fc Color CSS Codes

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

#a061fc Text Font Color

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

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


#a061fc Background Color

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

This div background color is #a061fc


#a061fc Border Color

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

This div border color is #a061fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a061fc


Comments

No comments written yet.

Please login to write comment.