Color Hex Logo

#843988 Color Hex

#843988
(132,57,136)
0 Favorites   0 Comments

Color spaces of #843988

RGB 13257136
HSL0.820.410.38
HSV297°58°53°
CMYK 0.030.580.00   0.47
XYZ15.42289.609424.3345
Yxy9.60940.31240.1947
Hunter Lab30.999034.5599-24.8438
CIE-Lab37.132143.6991-29.7647

#843988 color RGB value is (132,57,136).

#843988 hex color red value is 132, green value is 57 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #843988 hue: 0.82 , saturation: 0.41 and the lightness value of 843988 is 0.38.

The process color (four color CMYK) of #843988 color hex is 0.03, 0.58, 0.00, 0.47. Web safe color of #843988 is #993399. Color #843988 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111001 10001000
Octal 204 71 210
Decimal 132 57 136
Hex 84 39 88

RGB Percentages of Color #843988

%40.62
%17.54
%41.85

CMYK Percentages of Color #843988

%3
%58
%0
%47

Triadic Colors of #843988

#843988 #888439 #398884

Analogous Colors of #843988

#843988 #883965 #5d3988

Monochromatic Colors of #843988

#843988

Complementary Color

#843988 #3d8839

#843988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843988 Color CSS Codes

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

#843988 Text Font Color

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

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


#843988 Background Color

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

This div background color is #843988


#843988 Border Color

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

This div border color is #843988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843988


Comments

No comments written yet.

Please login to write comment.