Color Hex Logo

#804f65 Color Hex

#804F65
(128,79,101)
0 Favorites   0 Comments

Color spaces of #804f65

RGB 12879101
HSL0.930.240.41
HSV333°38°50°
CMYK 0.000.380.21   0.50
XYZ14.047011.120713.7181
Yxy11.12070.36120.2860
Hunter Lab33.347716.8307-1.0465
CIE-Lab39.783023.9094-4.0855

#804f65 color RGB value is (128,79,101).

#804f65 hex color red value is 128, green value is 79 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #804f65 hue: 0.93 , saturation: 0.24 and the lightness value of 804f65 is 0.41.

The process color (four color CMYK) of #804f65 color hex is 0.00, 0.38, 0.21, 0.50. Web safe color of #804f65 is #996666. Color #804f65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001111 01100101
Octal 200 117 145
Decimal 128 79 101
Hex 80 4F 65

RGB Percentages of Color #804f65

%41.56
%25.65
%32.79

CMYK Percentages of Color #804f65

%0
%38
%21
%50

Triadic Colors of #804f65

#804f65 #65804f #4f6580

Analogous Colors of #804f65

#804f65 #80524f #804f7e

Monochromatic Colors of #804f65

#804f65

Complementary Color

#804f65 #4f806a

#804f65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804f65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804f65 Color CSS Codes

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

#804f65 Text Font Color

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

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


#804f65 Background Color

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

This div background color is #804f65


#804f65 Border Color

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

This div border color is #804f65


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,79,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #804f65; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #804f65;
  -webkit-box-shadow: 1px 1px 3px 2px #804f65;
  box-shadow:         1px 1px 3px 2px #804f65; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804f65


Comments

No comments written yet.

Please login to write comment.