Color Hex Logo

#a451fc Color Hex

#A451FC
(164,81,252)
0 Favorites   0 Comments

Color spaces of #a451fc

RGB 16481252
HSL0.750.970.65
HSV269°68°99°
CMYK 0.350.680.00   0.01
XYZ35.823020.805694.2233
Yxy20.80560.23750.1379
Hunter Lab45.613260.3647-90.5464
CIE-Lab52.736164.8934-72.0778

#a451fc color RGB value is (164,81,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010001 11111100
Octal 244 121 374
Decimal 164 81 252
Hex A4 51 FC

RGB Percentages of Color #a451fc

%33.00
%16.30
%50.70

CMYK Percentages of Color #a451fc

%35
%68
%0
%1

Triadic Colors of #a451fc

#a451fc #fca451 #51fca4

Analogous Colors of #a451fc

#a451fc #fa51fc #5154fc

Monochromatic Colors of #a451fc

#a451fc

Complementary Color

#a451fc #a9fc51

#a451fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a451fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a451fc Color CSS Codes

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

#a451fc Text Font Color

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

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


#a451fc Background Color

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

This div background color is #a451fc


#a451fc Border Color

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

This div border color is #a451fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a451fc

Related Colors


Comments

No comments written yet.

Please login to write comment.