Color Hex Logo

#844158 Color Hex

#844158
(132,65,88)
0 Favorites   0 Comments

Color spaces of #844158

RGB 1326588
HSL0.940.340.39
HSV339°51°52°
CMYK 0.000.510.33   0.48
XYZ13.16759.390710.3511
Yxy9.39070.40010.2854
Hunter Lab30.644223.07211.4238
CIE-Lab36.725931.4502-0.3725

#844158 color RGB value is (132,65,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000001 01011000
Octal 204 101 130
Decimal 132 65 88
Hex 84 41 58

RGB Percentages of Color #844158

%46.32
%22.81
%30.88

CMYK Percentages of Color #844158

%0
%51
%33
%48

Triadic Colors of #844158

#844158 #588441 #415884

Analogous Colors of #844158

#844158 #844c41 #84417a

Monochromatic Colors of #844158

#844158

Complementary Color

#844158 #41846d

#844158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844158 Color CSS Codes

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

#844158 Text Font Color

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

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


#844158 Background Color

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

This div background color is #844158


#844158 Border Color

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

This div border color is #844158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844158


Comments

No comments written yet.

Please login to write comment.