Color Hex Logo

#805268 Color Hex

#805268
(128,82,104)
0 Favorites   0 Comments

Color spaces of #805268

RGB 12882104
HSL0.920.220.41
HSV331°36°50°
CMYK 0.000.360.19   0.50
XYZ14.418111.623314.5803
Yxy11.62330.35490.2861
Hunter Lab34.093015.8259-1.4911
CIE-Lab40.611022.6481-4.7159

#805268 color RGB value is (128,82,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010010 01101000
Octal 200 122 150
Decimal 128 82 104
Hex 80 52 68

RGB Percentages of Color #805268

%40.76
%26.11
%33.12

CMYK Percentages of Color #805268

%0
%36
%19
%50

Triadic Colors of #805268

#805268 #688052 #526880

Analogous Colors of #805268

#805268 #805352 #80527f

Monochromatic Colors of #805268

#805268

Complementary Color

#805268 #52806a

#805268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805268 Color CSS Codes

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

#805268 Text Font Color

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

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


#805268 Background Color

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

This div background color is #805268


#805268 Border Color

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

This div border color is #805268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805268


Comments

No comments written yet.

Please login to write comment.