Color Hex Logo

#805265 Color Hex

#805265
(128,82,101)
0 Favorites   0 Comments

Color spaces of #805265

RGB 12882101
HSL0.930.220.41
HSV335°36°50°
CMYK 0.000.360.21   0.50
XYZ14.268311.563413.7918
Yxy11.56340.36010.2918
Hunter Lab34.005015.3888-0.2434
CIE-Lab40.513622.1413-3.0051

#805265 color RGB value is (128,82,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010010 01100101
Octal 200 122 145
Decimal 128 82 101
Hex 80 52 65

RGB Percentages of Color #805265

%41.16
%26.37
%32.48

CMYK Percentages of Color #805265

%0
%36
%21
%50

Triadic Colors of #805265

#805265 #658052 #526580

Analogous Colors of #805265

#805265 #805652 #80527c

Monochromatic Colors of #805265

#805265

Complementary Color

#805265 #52806d

#805265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805265 Color CSS Codes

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

#805265 Text Font Color

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

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


#805265 Background Color

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

This div background color is #805265


#805265 Border Color

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

This div border color is #805265


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,82,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 #805265">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805265


Comments

No comments written yet.

Please login to write comment.