Color Hex Logo

#843675 Color Hex

#843675
(132,54,117)
0 Favorites   0 Comments

Color spaces of #843675

RGB 13254117
HSL0.870.420.36
HSV312°59°52°
CMYK 0.000.590.11   0.48
XYZ14.04588.828217.7933
Yxy8.82820.34540.2171
Hunter Lab29.712332.3853-14.7074
CIE-Lab35.651441.7107-20.2900

#843675 color RGB value is (132,54,117).

#843675 hex color red value is 132, green value is 54 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #843675 hue: 0.87 , saturation: 0.42 and the lightness value of 843675 is 0.36.

The process color (four color CMYK) of #843675 color hex is 0.00, 0.59, 0.11, 0.48. Web safe color of #843675 is #993366. Color #843675 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110110 01110101
Octal 204 66 165
Decimal 132 54 117
Hex 84 36 75

RGB Percentages of Color #843675

%43.56
%17.82
%38.61

CMYK Percentages of Color #843675

%0
%59
%11
%48

Triadic Colors of #843675

#843675 #758436 #367584

Analogous Colors of #843675

#843675 #84364e #6c3684

Monochromatic Colors of #843675

#843675

Complementary Color

#843675 #368445

#843675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843675 Color CSS Codes

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

#843675 Text Font Color

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

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


#843675 Background Color

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

This div background color is #843675


#843675 Border Color

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

This div border color is #843675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843675


Comments

No comments written yet.

Please login to write comment.