Color Hex Logo

#a461fc Color Hex

#A461FC
(164,97,252)
0 Favorites   0 Comments

Color spaces of #a461fc

RGB 16497252
HSL0.740.960.68
HSV266°62°99°
CMYK 0.350.620.00   0.01
XYZ37.155223.470294.6674
Yxy23.47020.23930.1511
Hunter Lab48.446152.1181-81.9451
CIE-Lab55.553457.1725-67.5193

#a461fc color RGB value is (164,97,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100001 11111100
Octal 244 141 374
Decimal 164 97 252
Hex A4 61 FC

RGB Percentages of Color #a461fc

%31.97
%18.91
%49.12

CMYK Percentages of Color #a461fc

%35
%62
%0
%1

Triadic Colors of #a461fc

#a461fc #fca461 #61fca4

Analogous Colors of #a461fc

#a461fc #f261fc #616cfc

Monochromatic Colors of #a461fc

#a461fc

Complementary Color

#a461fc #b9fc61

#a461fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a461fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a461fc Color CSS Codes

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

#a461fc Text Font Color

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

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


#a461fc Background Color

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

This div background color is #a461fc


#a461fc Border Color

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

This div border color is #a461fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a461fc


Comments

No comments written yet.

Please login to write comment.