Color Hex Logo

#805068 Color Hex

#805068
(128,80,104)
0 Favorites   0 Comments

Color spaces of #805068

RGB 12880104
HSL0.920.230.41
HSV330°38°50°
CMYK 0.000.380.19   0.50
XYZ14.269411.326014.5308
Yxy11.32600.35560.2823
Hunter Lab33.654116.7896-2.0417
CIE-Lab40.124223.8267-5.4394

#805068 color RGB value is (128,80,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010000 01101000
Octal 200 120 150
Decimal 128 80 104
Hex 80 50 68

RGB Percentages of Color #805068

%41.03
%25.64
%33.33

CMYK Percentages of Color #805068

%0
%38
%19
%50

Triadic Colors of #805068

#805068 #688050 #506880

Analogous Colors of #805068

#805068 #805050 #805080

Monochromatic Colors of #805068

#805068

Complementary Color

#805068 #508068

#805068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805068 Color CSS Codes

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

#805068 Text Font Color

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

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


#805068 Background Color

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

This div background color is #805068


#805068 Border Color

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

This div border color is #805068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805068


Comments

No comments written yet.

Please login to write comment.