Color Hex Logo

#a74fac Color Hex

#A74FAC
(167,79,172)
0 Favorites   0 Comments

Color spaces of #a74fac

RGB 16779172
HSL0.820.370.49
HSV297°54°67°
CMYK 0.030.540.00   0.33
XYZ26.178716.786040.8900
Yxy16.78600.31220.2002
Hunter Lab40.970742.3558-30.4937
CIE-Lab47.989349.5011-33.9679

#a74fac color RGB value is (167,79,172).

#a74fac hex color red value is 167, green value is 79 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a74fac hue: 0.82 , saturation: 0.37 and the lightness value of a74fac is 0.49.

The process color (four color CMYK) of #a74fac color hex is 0.03, 0.54, 0.00, 0.33. Web safe color of #a74fac is #996699. Color #a74fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001111 10101100
Octal 247 117 254
Decimal 167 79 172
Hex A7 4F AC

RGB Percentages of Color #a74fac

%39.95
%18.90
%41.15

CMYK Percentages of Color #a74fac

%3
%54
%0
%33

Triadic Colors of #a74fac

#a74fac #aca74f #4faca7

Analogous Colors of #a74fac

#a74fac #ac4f83 #794fac

Monochromatic Colors of #a74fac

#a74fac

Complementary Color

#a74fac #54ac4f

#a74fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74fac Color CSS Codes

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

#a74fac Text Font Color

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

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


#a74fac Background Color

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

This div background color is #a74fac


#a74fac Border Color

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

This div border color is #a74fac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,79,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74fac


Comments

No comments written yet.

Please login to write comment.