Color Hex Logo

#a449fc Color Hex

#A449FC
(164,73,252)
0 Favorites   0 Comments

Color spaces of #a449fc

RGB 16473252
HSL0.750.970.64
HSV271°71°99°
CMYK 0.350.710.00   0.01
XYZ35.263119.685994.0366
Yxy19.68590.23670.1321
Hunter Lab44.368864.2215-94.6029
CIE-Lab51.480268.4151-74.1171

#a449fc color RGB value is (164,73,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001001 11111100
Octal 244 111 374
Decimal 164 73 252
Hex A4 49 FC

RGB Percentages of Color #a449fc

%33.54
%14.93
%51.53

CMYK Percentages of Color #a449fc

%35
%71
%0
%1

Triadic Colors of #a449fc

#a449fc #fca449 #49fca4

Analogous Colors of #a449fc

#a449fc #fc49fb #4b49fc

Monochromatic Colors of #a449fc

#a449fc

Complementary Color

#a449fc #a1fc49

#a449fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a449fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a449fc Color CSS Codes

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

#a449fc Text Font Color

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

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


#a449fc Background Color

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

This div background color is #a449fc


#a449fc Border Color

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

This div border color is #a449fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a449fc

Related Colors


Comments

No comments written yet.

Please login to write comment.