Color Hex Logo

#a749fc Color Hex

#A749FC
(167,73,252)
0 Favorites   0 Comments

Color spaces of #a749fc

RGB 16773252
HSL0.750.970.64
HSV272°71°99°
CMYK 0.340.710.00   0.01
XYZ35.889620.008994.0660
Yxy20.00890.23930.1334
Hunter Lab44.731364.9374-93.3697
CIE-Lab51.847368.9481-73.5041

#a749fc color RGB value is (167,73,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001001 11111100
Octal 247 111 374
Decimal 167 73 252
Hex A7 49 FC

RGB Percentages of Color #a749fc

%33.94
%14.84
%51.22

CMYK Percentages of Color #a749fc

%34
%71
%0
%1

Triadic Colors of #a749fc

#a749fc #fca749 #49fca7

Analogous Colors of #a749fc

#a749fc #fc49f8 #4e49fc

Monochromatic Colors of #a749fc

#a749fc

Complementary Color

#a749fc #9efc49

#a749fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a749fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a749fc Color CSS Codes

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

#a749fc Text Font Color

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

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


#a749fc Background Color

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

This div background color is #a749fc


#a749fc Border Color

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

This div border color is #a749fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a749fc


Comments

No comments written yet.

Please login to write comment.