Color Hex Logo

#843eaa Color Hex

#843EAA
(132,62,170)
0 Favorites   0 Comments

Color spaces of #843eaa

RGB 13262170
HSL0.770.470.45
HSV279°64°67°
CMYK 0.220.640.00   0.33
XYZ18.494011.253139.2275
Yxy11.25310.26810.1631
Hunter Lab33.545639.7037-45.8504
CIE-Lab40.003548.3404-45.7538

#843eaa color RGB value is (132,62,170).

#843eaa hex color red value is 132, green value is 62 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #843eaa hue: 0.77 , saturation: 0.47 and the lightness value of 843eaa is 0.45.

The process color (four color CMYK) of #843eaa color hex is 0.22, 0.64, 0.00, 0.33. Web safe color of #843eaa is #993399. Color #843eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111110 10101010
Octal 204 76 252
Decimal 132 62 170
Hex 84 3E AA

RGB Percentages of Color #843eaa

%36.26
%17.03
%46.70

CMYK Percentages of Color #843eaa

%22
%64
%0
%33

Triadic Colors of #843eaa

#843eaa #aa843e #3eaa84

Analogous Colors of #843eaa

#843eaa #aa3e9a #4e3eaa

Monochromatic Colors of #843eaa

#843eaa

Complementary Color

#843eaa #64aa3e

#843eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#843eaa Color CSS Codes

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

#843eaa Text Font Color

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

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


#843eaa Background Color

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

This div background color is #843eaa


#843eaa Border Color

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

This div border color is #843eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843eaa


Comments

No comments written yet.

Please login to write comment.