Color Hex Logo

#843801 Color Hex

#843801
(132,56,1)
0 Favorites   0 Comments

Color spaces of #843801

RGB 132561
HSL0.070.980.26
HSV25°99°52°
CMYK 0.000.580.99   0.48
XYZ10.93547.73610.9456
Yxy7.73610.55740.3944
Hunter Lab27.813821.505517.4540
CIE-Lab33.427130.136344.1077

#843801 color RGB value is (132,56,1).

#843801 hex color red value is 132, green value is 56 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #843801 hue: 0.07 , saturation: 0.98 and the lightness value of 843801 is 0.26.

The process color (four color CMYK) of #843801 color hex is 0.00, 0.58, 0.99, 0.48. Web safe color of #843801 is #993300. Color #843801 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111000 00000001
Octal 204 70 1
Decimal 132 56 1
Hex 84 38 1

RGB Percentages of Color #843801

%69.84
%29.63
%0.53

CMYK Percentages of Color #843801

%0
%58
%99
%48

Triadic Colors of #843801

#843801 #018438 #380184

Analogous Colors of #843801

#843801 #847a01 #84010b

Monochromatic Colors of #843801

#843801

Complementary Color

#843801 #014d84

#843801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843801 Color CSS Codes

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

#843801 Text Font Color

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

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


#843801 Background Color

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

This div background color is #843801


#843801 Border Color

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

This div border color is #843801


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843801


Comments

No comments written yet.

Please login to write comment.