Color Hex Logo

#803849 Color Hex

#803849
(128,56,73)
0 Favorites   0 Comments

Color spaces of #803849

RGB 1285673
HSL0.960.390.36
HSV346°56°50°
CMYK 0.000.560.43   0.50
XYZ11.51897.89867.2208
Yxy7.89860.43240.2965
Hunter Lab28.104423.97734.4399
CIE-Lab33.770832.90554.8577

#803849 color RGB value is (128,56,73).

#803849 hex color red value is 128, green value is 56 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #803849 hue: 0.96 , saturation: 0.39 and the lightness value of 803849 is 0.36.

The process color (four color CMYK) of #803849 color hex is 0.00, 0.56, 0.43, 0.50. Web safe color of #803849 is #993333. Color #803849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111000 01001001
Octal 200 70 111
Decimal 128 56 73
Hex 80 38 49

RGB Percentages of Color #803849

%49.81
%21.79
%28.40

CMYK Percentages of Color #803849

%0
%56
%43
%50

Triadic Colors of #803849

#803849 #498038 #384980

Analogous Colors of #803849

#803849 #804b38 #80386d

Monochromatic Colors of #803849

#803849

Complementary Color

#803849 #38806f

#803849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803849 Color CSS Codes

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

#803849 Text Font Color

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

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


#803849 Background Color

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

This div background color is #803849


#803849 Border Color

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

This div border color is #803849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803849


Comments

No comments written yet.

Please login to write comment.