Color Hex Logo

#844175 Color Hex

#844175
(132,65,117)
0 Favorites   0 Comments

Color spaces of #844175

RGB 13265117
HSL0.870.340.39
HSV313°51°52°
CMYK 0.000.510.11   0.48
XYZ14.61699.970517.9837
Yxy9.97050.34340.2342
Hunter Lab31.576127.3713-11.6645
CIE-Lab37.789436.0302-16.9924

#844175 color RGB value is (132,65,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000001 01110101
Octal 204 101 165
Decimal 132 65 117
Hex 84 41 75

RGB Percentages of Color #844175

%42.04
%20.70
%37.26

CMYK Percentages of Color #844175

%0
%51
%11
%48

Triadic Colors of #844175

#844175 #758441 #417584

Analogous Colors of #844175

#844175 #844153 #724184

Monochromatic Colors of #844175

#844175

Complementary Color

#844175 #418450

#844175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844175 Color CSS Codes

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

#844175 Text Font Color

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

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


#844175 Background Color

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

This div background color is #844175


#844175 Border Color

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

This div border color is #844175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844175


Comments

No comments written yet.

Please login to write comment.