Color Hex Logo

#a474fc Color Hex

#A474FC
(164,116,252)
0 Favorites   0 Comments

Color spaces of #a474fc

RGB 164116252
HSL0.730.960.72
HSV261°54°99°
CMYK 0.350.540.00   0.01
XYZ39.125927.411695.3243
Yxy27.41160.24170.1694
Hunter Lab52.356141.7706-71.2996
CIE-Lab59.353447.1458-61.4081

#a474fc color RGB value is (164,116,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110100 11111100
Octal 244 164 374
Decimal 164 116 252
Hex A4 74 FC

RGB Percentages of Color #a474fc

%30.83
%21.80
%47.37

CMYK Percentages of Color #a474fc

%35
%54
%0
%1

Triadic Colors of #a474fc

#a474fc #fca474 #74fca4

Analogous Colors of #a474fc

#a474fc #e874fc #7488fc

Monochromatic Colors of #a474fc

#a474fc

Complementary Color

#a474fc #ccfc74

#a474fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a474fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a474fc Color CSS Codes

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

#a474fc Text Font Color

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

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


#a474fc Background Color

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

This div background color is #a474fc


#a474fc Border Color

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

This div border color is #a474fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a474fc


Comments

No comments written yet.

Please login to write comment.