Color Hex Logo

#843fac Color Hex

#843FAC
(132,63,172)
0 Favorites   0 Comments

Color spaces of #843fac

RGB 13263172
HSL0.770.460.46
HSV278°63°67°
CMYK 0.230.630.00   0.33
XYZ18.739611.439140.2500
Yxy11.43910.26610.1624
Hunter Lab33.821739.7134-46.8836
CIE-Lab40.310448.2946-46.4506

#843fac color RGB value is (132,63,172).

#843fac hex color red value is 132, green value is 63 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #843fac hue: 0.77 , saturation: 0.46 and the lightness value of 843fac is 0.46.

The process color (four color CMYK) of #843fac color hex is 0.23, 0.63, 0.00, 0.33. Web safe color of #843fac is #993399. Color #843fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111111 10101100
Octal 204 77 254
Decimal 132 63 172
Hex 84 3F AC

RGB Percentages of Color #843fac

%35.97
%17.17
%46.87

CMYK Percentages of Color #843fac

%23
%63
%0
%33

Triadic Colors of #843fac

#843fac #ac843f #3fac84

Analogous Colors of #843fac

#843fac #ac3f9e #4e3fac

Monochromatic Colors of #843fac

#843fac

Complementary Color

#843fac #67ac3f

#843fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#843fac Color CSS Codes

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

#843fac Text Font Color

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

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


#843fac Background Color

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

This div background color is #843fac


#843fac Border Color

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

This div border color is #843fac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,63,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #843fac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #843fac;
  -webkit-box-shadow: 1px 1px 3px 2px #843fac;
  box-shadow:         1px 1px 3px 2px #843fac; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843fac


Comments

No comments written yet.

Please login to write comment.