Color Hex Logo

#843878 Color Hex

#843878
(132,56,120)
0 Favorites   0 Comments

Color spaces of #843878

RGB 13256120
HSL0.860.400.37
HSV309°58°52°
CMYK 0.000.580.09   0.48
XYZ14.32019.089918.7691
Yxy9.08990.33950.2155
Hunter Lab30.149532.0207-15.8055
CIE-Lab36.156841.2419-21.3820

#843878 color RGB value is (132,56,120).

#843878 hex color red value is 132, green value is 56 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #843878 hue: 0.86 , saturation: 0.40 and the lightness value of 843878 is 0.37.

The process color (four color CMYK) of #843878 color hex is 0.00, 0.58, 0.09, 0.48. Web safe color of #843878 is #993366. Color #843878 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111000 01111000
Octal 204 70 170
Decimal 132 56 120
Hex 84 38 78

RGB Percentages of Color #843878

%42.86
%18.18
%38.96

CMYK Percentages of Color #843878

%0
%58
%9
%48

Triadic Colors of #843878

#843878 #788438 #387884

Analogous Colors of #843878

#843878 #843852 #6a3884

Monochromatic Colors of #843878

#843878

Complementary Color

#843878 #388444

#843878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843878 Color CSS Codes

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

#843878 Text Font Color

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

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


#843878 Background Color

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

This div background color is #843878


#843878 Border Color

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

This div border color is #843878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843878


Comments

No comments written yet.

Please login to write comment.