Color Hex Logo

#803655 Color Hex

#803655
(128,54,85)
0 Favorites   0 Comments

Color spaces of #803655

RGB 1285485
HSL0.930.410.36
HSV335°58°50°
CMYK 0.000.580.34   0.50
XYZ11.86097.88349.4908
Yxy7.88340.40570.2697
Hunter Lab28.077426.2694-0.3872
CIE-Lab33.738935.4682-2.9203

#803655 color RGB value is (128,54,85).

#803655 hex color red value is 128, green value is 54 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #803655 hue: 0.93 , saturation: 0.41 and the lightness value of 803655 is 0.36.

The process color (four color CMYK) of #803655 color hex is 0.00, 0.58, 0.34, 0.50. Web safe color of #803655 is #993366. Color #803655 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110110 01010101
Octal 200 66 125
Decimal 128 54 85
Hex 80 36 55

RGB Percentages of Color #803655

%47.94
%20.22
%31.84

CMYK Percentages of Color #803655

%0
%58
%34
%50

Triadic Colors of #803655

#803655 #558036 #365580

Analogous Colors of #803655

#803655 #803c36 #80367a

Monochromatic Colors of #803655

#803655

Complementary Color

#803655 #368061

#803655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803655 Color CSS Codes

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

#803655 Text Font Color

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

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


#803655 Background Color

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

This div background color is #803655


#803655 Border Color

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

This div border color is #803655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803655


Comments

No comments written yet.

Please login to write comment.