Color Hex Logo

#802e79 Color Hex

#802E79
(128,46,121)
0 Favorites   0 Comments

Color spaces of #802e79

RGB 12846121
HSL0.850.470.34
HSV305°64°50°
CMYK 0.000.640.05   0.50
XYZ13.33037.923718.9160
Yxy7.92370.33180.1973
Hunter Lab28.149135.2698-20.1382
CIE-Lab33.823545.0225-25.6946

#802e79 color RGB value is (128,46,121).

#802e79 hex color red value is 128, green value is 46 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #802e79 hue: 0.85 , saturation: 0.47 and the lightness value of 802e79 is 0.34.

The process color (four color CMYK) of #802e79 color hex is 0.00, 0.64, 0.05, 0.50. Web safe color of #802e79 is #993366. Color #802e79 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101110 01111001
Octal 200 56 171
Decimal 128 46 121
Hex 80 2E 79

RGB Percentages of Color #802e79

%43.39
%15.59
%41.02

CMYK Percentages of Color #802e79

%0
%64
%5
%50

Triadic Colors of #802e79

#802e79 #79802e #2e7980

Analogous Colors of #802e79

#802e79 #802e50 #5e2e80

Monochromatic Colors of #802e79

#802e79

Complementary Color

#802e79 #2e8035

#802e79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802e79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802e79 Color CSS Codes

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

#802e79 Text Font Color

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

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


#802e79 Background Color

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

This div background color is #802e79


#802e79 Border Color

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

This div border color is #802e79


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,46,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #802e79; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #802e79;
  -webkit-box-shadow: 1px 1px 3px 2px #802e79;
  box-shadow:         1px 1px 3px 2px #802e79; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802e79


Comments

No comments written yet.

Please login to write comment.