Color Hex Logo

#a44cfe Color Hex

#A44CFE
(164,76,254)
0 Favorites   0 Comments

Color spaces of #a44cfe

RGB 16476254
HSL0.750.990.65
HSV270°70°100°
CMYK 0.350.700.00   0.00
XYZ35.783720.217295.7822
Yxy20.21720.23580.1332
Hunter Lab44.963563.3709-94.8262
CIE-Lab52.081967.5810-74.2510

#a44cfe color RGB value is (164,76,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001100 11111110
Octal 244 114 376
Decimal 164 76 254
Hex A4 4C FE

RGB Percentages of Color #a44cfe

%33.20
%15.38
%51.42

CMYK Percentages of Color #a44cfe

%35
%70
%0
%0

Triadic Colors of #a44cfe

#a44cfe #fea44c #4cfea4

Analogous Colors of #a44cfe

#a44cfe #fd4cfe #4c4dfe

Monochromatic Colors of #a44cfe

#a44cfe

Complementary Color

#a44cfe #a6fe4c

#a44cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44cfe Color CSS Codes

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

#a44cfe Text Font Color

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

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


#a44cfe Background Color

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

This div background color is #a44cfe


#a44cfe Border Color

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

This div border color is #a44cfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,76,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a44cfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44cfe


Comments

No comments written yet.

Please login to write comment.