Color Hex Logo

#843992 Color Hex

#843992
(132,57,146)
0 Favorites   0 Comments

Color spaces of #843992

RGB 13257146
HSL0.810.440.40
HSV291°61°57°
CMYK 0.100.610.00   0.43
XYZ16.16729.907128.2543
Yxy9.90710.29760.1824
Hunter Lab31.475536.6031-31.1893
CIE-Lab37.675245.6770-35.0235

#843992 color RGB value is (132,57,146).

#843992 hex color red value is 132, green value is 57 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #843992 hue: 0.81 , saturation: 0.44 and the lightness value of 843992 is 0.40.

The process color (four color CMYK) of #843992 color hex is 0.10, 0.61, 0.00, 0.43. Web safe color of #843992 is #993399. Color #843992 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111001 10010010
Octal 204 71 222
Decimal 132 57 146
Hex 84 39 92

RGB Percentages of Color #843992

%39.40
%17.01
%43.58

CMYK Percentages of Color #843992

%10
%61
%0
%43

Triadic Colors of #843992

#843992 #928439 #399284

Analogous Colors of #843992

#843992 #923974 #573992

Monochromatic Colors of #843992

#843992

Complementary Color

#843992 #479239

#843992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843992 Color CSS Codes

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

#843992 Text Font Color

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

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


#843992 Background Color

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

This div background color is #843992


#843992 Border Color

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

This div border color is #843992


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,57,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #843992; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #843992;
  -webkit-box-shadow: 1px 1px 3px 2px #843992;
  box-shadow:         1px 1px 3px 2px #843992; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843992


Comments

No comments written yet.

Please login to write comment.