Color Hex Logo

#843dac Color Hex

#843DAC
(132,61,172)
0 Favorites   0 Comments

Color spaces of #843dac

RGB 13261172
HSL0.770.480.46
HSV278°65°67°
CMYK 0.230.650.00   0.33
XYZ18.630911.221640.2138
Yxy11.22160.26590.1602
Hunter Lab33.498740.6534-47.7262
CIE-Lab39.951249.2790-47.0268

#843dac color RGB value is (132,61,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111101 10101100
Octal 204 75 254
Decimal 132 61 172
Hex 84 3D AC

RGB Percentages of Color #843dac

%36.16
%16.71
%47.12

CMYK Percentages of Color #843dac

%23
%65
%0
%33

Triadic Colors of #843dac

#843dac #ac843d #3dac84

Analogous Colors of #843dac

#843dac #ac3d9d #4d3dac

Monochromatic Colors of #843dac

#843dac

Complementary Color

#843dac #65ac3d

#843dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#843dac Color CSS Codes

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

#843dac Text Font Color

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

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


#843dac Background Color

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

This div background color is #843dac


#843dac Border Color

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

This div border color is #843dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843dac


Comments

No comments written yet.

Please login to write comment.