Color Hex Logo

#843a9f Color Hex

#843A9F
(132,58,159)
0 Favorites   0 Comments

Color spaces of #843a9f

RGB 13258159
HSL0.790.470.43
HSV284°64°62°
CMYK 0.170.640.00   0.38
XYZ17.286810.434833.9039
Yxy10.43480.28050.1693
Hunter Lab32.302938.9935-39.6164
CIE-Lab38.611747.8929-41.4003

#843a9f color RGB value is (132,58,159).

#843a9f hex color red value is 132, green value is 58 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #843a9f hue: 0.79 , saturation: 0.47 and the lightness value of 843a9f is 0.43.

The process color (four color CMYK) of #843a9f color hex is 0.17, 0.64, 0.00, 0.38. Web safe color of #843a9f is #993399. Color #843a9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111010 10011111
Octal 204 72 237
Decimal 132 58 159
Hex 84 3A 9F

RGB Percentages of Color #843a9f

%37.82
%16.62
%45.56

CMYK Percentages of Color #843a9f

%17
%64
%0
%38

Triadic Colors of #843a9f

#843a9f #9f843a #3a9f84

Analogous Colors of #843a9f

#843a9f #9f3a88 #513a9f

Monochromatic Colors of #843a9f

#843a9f

Complementary Color

#843a9f #559f3a

#843a9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843a9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#843a9f Color CSS Codes

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

#843a9f Text Font Color

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

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


#843a9f Background Color

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

This div background color is #843a9f


#843a9f Border Color

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

This div border color is #843a9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,58,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843a9f


Comments

No comments written yet.

Please login to write comment.