Color Hex Logo

#803557 Color Hex

#803557
(128,53,87)
0 Favorites   0 Comments

Color spaces of #803557

RGB 1285387
HSL0.920.410.35
HSV333°59°50°
CMYK 0.000.590.32   0.50
XYZ11.89557.82359.9000
Yxy7.82350.40160.2641
Hunter Lab27.970526.9653-1.4060
CIE-Lab33.612636.2553-4.3946

#803557 color RGB value is (128,53,87).

#803557 hex color red value is 128, green value is 53 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #803557 hue: 0.92 , saturation: 0.41 and the lightness value of 803557 is 0.35.

The process color (four color CMYK) of #803557 color hex is 0.00, 0.59, 0.32, 0.50. Web safe color of #803557 is #993366. Color #803557 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110101 01010111
Octal 200 65 127
Decimal 128 53 87
Hex 80 35 57

RGB Percentages of Color #803557

%47.76
%19.78
%32.46

CMYK Percentages of Color #803557

%0
%59
%32
%50

Triadic Colors of #803557

#803557 #578035 #355780

Analogous Colors of #803557

#803557 #803935 #80357d

Monochromatic Colors of #803557

#803557

Complementary Color

#803557 #35805e

#803557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803557 Color CSS Codes

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

#803557 Text Font Color

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

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


#803557 Background Color

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

This div background color is #803557


#803557 Border Color

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

This div border color is #803557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803557


Comments

No comments written yet.

Please login to write comment.