Color Hex Logo

#80335e Color Hex

#80335E
(128,51,94)
0 Favorites   0 Comments

Color spaces of #80335e

RGB 1285194
HSL0.910.430.35
HSV326°60°50°
CMYK 0.000.600.27   0.50
XYZ12.10637.765011.4504
Yxy7.76500.38650.2479
Hunter Lab27.865728.7844-4.8570
CIE-Lab33.488638.2583-9.0773

#80335e color RGB value is (128,51,94).

#80335e hex color red value is 128, green value is 51 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #80335e hue: 0.91 , saturation: 0.43 and the lightness value of 80335e is 0.35.

The process color (four color CMYK) of #80335e color hex is 0.00, 0.60, 0.27, 0.50. Web safe color of #80335e is #993366. Color #80335e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110011 01011110
Octal 200 63 136
Decimal 128 51 94
Hex 80 33 5E

RGB Percentages of Color #80335e

%46.89
%18.68
%34.43

CMYK Percentages of Color #80335e

%0
%60
%27
%50

Triadic Colors of #80335e

#80335e #5e8033 #335e80

Analogous Colors of #80335e

#80335e #803338 #7c3380

Monochromatic Colors of #80335e

#80335e

Complementary Color

#80335e #338055

#80335e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80335e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80335e Color CSS Codes

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

#80335e Text Font Color

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

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


#80335e Background Color

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

This div background color is #80335e


#80335e Border Color

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

This div border color is #80335e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,51,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80335e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80335e;
  -webkit-box-shadow: 1px 1px 3px 2px #80335e;
  box-shadow:         1px 1px 3px 2px #80335e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80335e


Comments

No comments written yet.

Please login to write comment.