Color Hex Logo

#802759 Color Hex

#802759
(128,39,89)
0 Favorites   0 Comments

Color spaces of #802759

RGB 1283989
HSL0.910.530.33
HSV326°70°50°
CMYK 0.000.700.30   0.50
XYZ11.43086.761510.1538
Yxy6.76150.40330.2385
Hunter Lab26.002932.9631-4.9500
CIE-Lab31.257743.1055-9.2168

#802759 color RGB value is (128,39,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100111 01011001
Octal 200 47 131
Decimal 128 39 89
Hex 80 27 59

RGB Percentages of Color #802759

%50.00
%15.23
%34.77

CMYK Percentages of Color #802759

%0
%70
%30
%50

Triadic Colors of #802759

#802759 #598027 #275980

Analogous Colors of #802759

#802759 #80272d #7b2780

Monochromatic Colors of #802759

#802759

Complementary Color

#802759 #27804e

#802759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802759 Color CSS Codes

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

#802759 Text Font Color

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

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


#802759 Background Color

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

This div background color is #802759


#802759 Border Color

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

This div border color is #802759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802759


Comments

No comments written yet.

Please login to write comment.