Color Hex Logo

#80336d Color Hex

#80336D
(128,51,109)
0 Favorites   0 Comments

Color spaces of #80336d

RGB 12851109
HSL0.870.430.35
HSV315°60°50°
CMYK 0.000.600.15   0.50
XYZ12.84628.061015.3469
Yxy8.06100.35430.2223
Hunter Lab28.391931.0783-12.1742
CIE-Lab34.109640.6057-17.6880

#80336d color RGB value is (128,51,109).

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

The process color (four color CMYK) of #80336d color hex is 0.00, 0.60, 0.15, 0.50. Web safe color of #80336d is #993366. Color #80336d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110011 01101101
Octal 200 63 155
Decimal 128 51 109
Hex 80 33 6D

RGB Percentages of Color #80336d

%44.44
%17.71
%37.85

CMYK Percentages of Color #80336d

%0
%60
%15
%50

Triadic Colors of #80336d

#80336d #6d8033 #336d80

Analogous Colors of #80336d

#80336d #803346 #6d3380

Monochromatic Colors of #80336d

#80336d

Complementary Color

#80336d #338046

#80336d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80336d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80336d Color CSS Codes

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

#80336d Text Font Color

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

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


#80336d Background Color

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

This div background color is #80336d


#80336d Border Color

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

This div border color is #80336d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80336d


Comments

No comments written yet.

Please login to write comment.