Color Hex Logo

#802756 Color Hex

#802756
(128,39,86)
0 Favorites   0 Comments

Color spaces of #802756

RGB 1283986
HSL0.910.530.33
HSV328°70°50°
CMYK 0.000.700.33   0.50
XYZ11.30736.71219.5037
Yxy6.71210.41080.2439
Hunter Lab25.907732.5670-3.6139
CIE-Lab31.142342.7108-7.4373

#802756 color RGB value is (128,39,86).

#802756 hex color red value is 128, green value is 39 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #802756 hue: 0.91 , saturation: 0.53 and the lightness value of 802756 is 0.33.

The process color (four color CMYK) of #802756 color hex is 0.00, 0.70, 0.33, 0.50. Web safe color of #802756 is #993366. Color #802756 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100111 01010110
Octal 200 47 126
Decimal 128 39 86
Hex 80 27 56

RGB Percentages of Color #802756

%50.59
%15.42
%33.99

CMYK Percentages of Color #802756

%0
%70
%33
%50

Triadic Colors of #802756

#802756 #568027 #275680

Analogous Colors of #802756

#802756 #80272a #7e2780

Monochromatic Colors of #802756

#802756

Complementary Color

#802756 #278051

#802756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802756 Color CSS Codes

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

#802756 Text Font Color

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

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


#802756 Background Color

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

This div background color is #802756


#802756 Border Color

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

This div border color is #802756


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802756


Comments

No comments written yet.

Please login to write comment.