Color Hex Logo

#a549fc Color Hex

#A549FC
(165,73,252)
0 Favorites   0 Comments

Color spaces of #a549fc

RGB 16573252
HSL0.750.970.64
HSV271°71°99°
CMYK 0.350.710.00   0.01
XYZ35.470319.792794.0463
Yxy19.79270.23760.1326
Hunter Lab44.489064.4592-94.1922
CIE-Lab51.602068.5924-73.9136

#a549fc color RGB value is (165,73,252).

#a549fc hex color red value is 165, green value is 73 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a549fc hue: 0.75 , saturation: 0.97 and the lightness value of a549fc is 0.64.

The process color (four color CMYK) of #a549fc color hex is 0.35, 0.71, 0.00, 0.01. Web safe color of #a549fc is #9933ff. Color #a549fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001001 11111100
Octal 245 111 374
Decimal 165 73 252
Hex A5 49 FC

RGB Percentages of Color #a549fc

%33.67
%14.90
%51.43

CMYK Percentages of Color #a549fc

%35
%71
%0
%1

Triadic Colors of #a549fc

#a549fc #fca549 #49fca5

Analogous Colors of #a549fc

#a549fc #fc49fa #4c49fc

Monochromatic Colors of #a549fc

#a549fc

Complementary Color

#a549fc #a0fc49

#a549fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a549fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a549fc Color CSS Codes

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

#a549fc Text Font Color

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

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


#a549fc Background Color

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

This div background color is #a549fc


#a549fc Border Color

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

This div border color is #a549fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a549fc


Comments

No comments written yet.

Please login to write comment.