Color Hex Logo

#a744fc Color Hex

#A744FC
(167,68,252)
0 Favorites   0 Comments

Color spaces of #a744fc

RGB 16768252
HSL0.760.970.63
HSV272°73°99°
CMYK 0.340.730.00   0.01
XYZ35.574219.378093.9608
Yxy19.37800.23890.1301
Hunter Lab44.020467.2152-95.7390
CIE-Lab51.126570.9930-74.6756

#a744fc color RGB value is (167,68,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000100 11111100
Octal 247 104 374
Decimal 167 68 252
Hex A7 44 FC

RGB Percentages of Color #a744fc

%34.29
%13.96
%51.75

CMYK Percentages of Color #a744fc

%34
%73
%0
%1

Triadic Colors of #a744fc

#a744fc #fca744 #44fca7

Analogous Colors of #a744fc

#a744fc #fc44f5 #4b44fc

Monochromatic Colors of #a744fc

#a744fc

Complementary Color

#a744fc #99fc44

#a744fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a744fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a744fc Color CSS Codes

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

#a744fc Text Font Color

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

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


#a744fc Background Color

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

This div background color is #a744fc


#a744fc Border Color

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

This div border color is #a744fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a744fc


Comments

No comments written yet.

Please login to write comment.