Color Hex Logo

#805078 Color Hex

#805078
(128,80,120)
0 Favorites   0 Comments

Color spaces of #805078

RGB 12880120
HSL0.860.230.41
HSV310°38°50°
CMYK 0.000.380.06   0.50
XYZ15.160911.682619.2252
Yxy11.68260.32910.2536
Hunter Lab34.179819.3613-9.4231
CIE-Lab40.707226.7367-14.4310

#805078 color RGB value is (128,80,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010000 01111000
Octal 200 120 170
Decimal 128 80 120
Hex 80 50 78

RGB Percentages of Color #805078

%39.02
%24.39
%36.59

CMYK Percentages of Color #805078

%0
%38
%6
%50

Triadic Colors of #805078

#805078 #788050 #507880

Analogous Colors of #805078

#805078 #805060 #705080

Monochromatic Colors of #805078

#805078

Complementary Color

#805078 #508058

#805078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805078 Color CSS Codes

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

#805078 Text Font Color

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

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


#805078 Background Color

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

This div background color is #805078


#805078 Border Color

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

This div border color is #805078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805078


Comments

No comments written yet.

Please login to write comment.