Color Hex Logo

#843478 Color Hex

#843478
(132,52,120)
0 Favorites   0 Comments

Color spaces of #843478

RGB 13252120
HSL0.860.430.36
HSV309°61°52°
CMYK 0.000.610.09   0.48
XYZ14.13398.717618.7070
Yxy8.71760.34010.2098
Hunter Lab29.525633.7782-16.8974
CIE-Lab35.434843.1958-22.5039

#843478 color RGB value is (132,52,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110100 01111000
Octal 204 64 170
Decimal 132 52 120
Hex 84 34 78

RGB Percentages of Color #843478

%43.42
%17.11
%39.47

CMYK Percentages of Color #843478

%0
%61
%9
%48

Triadic Colors of #843478

#843478 #788434 #347884

Analogous Colors of #843478

#843478 #843450 #683484

Monochromatic Colors of #843478

#843478

Complementary Color

#843478 #348440

#843478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843478 Color CSS Codes

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

#843478 Text Font Color

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

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


#843478 Background Color

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

This div background color is #843478


#843478 Border Color

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

This div border color is #843478


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,52,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 #843478">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843478


Comments

No comments written yet.

Please login to write comment.