Color Hex Logo

#a444fc Color Hex

#A444FC
(164,68,252)
0 Favorites   0 Comments

Color spaces of #a444fc

RGB 16468252
HSL0.750.970.63
HSV271°73°99°
CMYK 0.350.730.00   0.01
XYZ34.947719.055093.9315
Yxy19.05500.23620.1288
Hunter Lab43.652066.5156-97.0252
CIE-Lab50.751570.4818-75.3025

#a444fc color RGB value is (164,68,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000100 11111100
Octal 244 104 374
Decimal 164 68 252
Hex A4 44 FC

RGB Percentages of Color #a444fc

%33.88
%14.05
%52.07

CMYK Percentages of Color #a444fc

%35
%73
%0
%1

Triadic Colors of #a444fc

#a444fc #fca444 #44fca4

Analogous Colors of #a444fc

#a444fc #fc44f8 #4844fc

Monochromatic Colors of #a444fc

#a444fc

Complementary Color

#a444fc #9cfc44

#a444fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a444fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a444fc Color CSS Codes

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

#a444fc Text Font Color

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

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


#a444fc Background Color

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

This div background color is #a444fc


#a444fc Border Color

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

This div border color is #a444fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a444fc


Comments

No comments written yet.

Please login to write comment.