Color Hex Logo

#843175 Color Hex

#843175
(132,49,117)
0 Favorites   0 Comments

Color spaces of #843175

RGB 13249117
HSL0.860.460.35
HSV311°63°52°
CMYK 0.000.630.11   0.48
XYZ13.82498.386517.7197
Yxy8.38650.34620.2100
Hunter Lab28.959534.5347-16.0067
CIE-Lab34.775244.0943-21.6497

#843175 color RGB value is (132,49,117).

#843175 hex color red value is 132, green value is 49 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #843175 hue: 0.86 , saturation: 0.46 and the lightness value of 843175 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110001 01110101
Octal 204 61 165
Decimal 132 49 117
Hex 84 31 75

RGB Percentages of Color #843175

%44.30
%16.44
%39.26

CMYK Percentages of Color #843175

%0
%63
%11
%48

Triadic Colors of #843175

#843175 #758431 #317584

Analogous Colors of #843175

#843175 #84314b #6a3184

Monochromatic Colors of #843175

#843175

Complementary Color

#843175 #318440

#843175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843175 Color CSS Codes

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

#843175 Text Font Color

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

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


#843175 Background Color

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

This div background color is #843175


#843175 Border Color

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

This div border color is #843175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843175


Comments

No comments written yet.

Please login to write comment.