Color Hex Logo

#a479fc Color Hex

#A479FC
(164,121,252)
0 Favorites   0 Comments

Color spaces of #a479fc

RGB 164121252
HSL0.720.960.73
HSV260°52°99°
CMYK 0.350.520.00   0.01
XYZ39.717928.595595.5216
Yxy28.59550.24240.1745
Hunter Lab53.474838.9984-68.4770
CIE-Lab60.423044.4021-59.6959

#a479fc color RGB value is (164,121,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111001 11111100
Octal 244 171 374
Decimal 164 121 252
Hex A4 79 FC

RGB Percentages of Color #a479fc

%30.54
%22.53
%46.93

CMYK Percentages of Color #a479fc

%35
%52
%0
%1

Triadic Colors of #a479fc

#a479fc #fca479 #79fca4

Analogous Colors of #a479fc

#a479fc #e679fc #7990fc

Monochromatic Colors of #a479fc

#a479fc

Complementary Color

#a479fc #d1fc79

#a479fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a479fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a479fc Color CSS Codes

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

#a479fc Text Font Color

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

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


#a479fc Background Color

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

This div background color is #a479fc


#a479fc Border Color

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

This div border color is #a479fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a479fc


Comments

No comments written yet.

Please login to write comment.