Color Hex Logo

#805267 Color Hex

#805267
(128,82,103)
0 Favorites   0 Comments

Color spaces of #805267

RGB 12882103
HSL0.920.220.41
HSV333°36°50°
CMYK 0.000.360.20   0.50
XYZ14.367611.603114.3143
Yxy11.60310.35660.2880
Hunter Lab34.063315.6789-1.0709
CIE-Lab40.578222.4779-4.1464

#805267 color RGB value is (128,82,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010010 01100111
Octal 200 122 147
Decimal 128 82 103
Hex 80 52 67

RGB Percentages of Color #805267

%40.89
%26.20
%32.91

CMYK Percentages of Color #805267

%0
%36
%20
%50

Triadic Colors of #805267

#805267 #678052 #526780

Analogous Colors of #805267

#805267 #805452 #80527e

Monochromatic Colors of #805267

#805267

Complementary Color

#805267 #52806b

#805267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805267 Color CSS Codes

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

#805267 Text Font Color

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

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


#805267 Background Color

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

This div background color is #805267


#805267 Border Color

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

This div border color is #805267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805267


Comments

No comments written yet.

Please login to write comment.