Color Hex Logo

#80396d Color Hex

#80396D
(128,57,109)
0 Favorites   0 Comments

Color spaces of #80396d

RGB 12857109
HSL0.880.380.36
HSV316°55°50°
CMYK 0.000.550.15   0.50
XYZ13.12558.619615.4400
Yxy8.61960.35300.2318
Hunter Lab29.359228.4229-10.6292
CIE-Lab35.241337.5739-15.9468

#80396d color RGB value is (128,57,109).

#80396d hex color red value is 128, green value is 57 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #80396d hue: 0.88 , saturation: 0.38 and the lightness value of 80396d is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111001 01101101
Octal 200 71 155
Decimal 128 57 109
Hex 80 39 6D

RGB Percentages of Color #80396d

%43.54
%19.39
%37.07

CMYK Percentages of Color #80396d

%0
%55
%15
%50

Triadic Colors of #80396d

#80396d #6d8039 #396d80

Analogous Colors of #80396d

#80396d #803949 #703980

Monochromatic Colors of #80396d

#80396d

Complementary Color

#80396d #39804c

#80396d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80396d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80396d Color CSS Codes

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

#80396d Text Font Color

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

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


#80396d Background Color

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

This div background color is #80396d


#80396d Border Color

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

This div border color is #80396d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,57,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 #80396d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80396d


Comments

No comments written yet.

Please login to write comment.