Color Hex Logo

#80389c Color Hex

#80389C
(128,56,156)
0 Favorites   0 Comments

Color spaces of #80389c

RGB 12856156
HSL0.790.470.42
HSV283°64°61°
CMYK 0.180.640.00   0.39
XYZ16.31709.817832.4875
Yxy9.81780.27830.1675
Hunter Lab31.333438.1213-39.5405
CIE-Lab37.513447.2272-41.3793

#80389c color RGB value is (128,56,156).

#80389c hex color red value is 128, green value is 56 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #80389c hue: 0.79 , saturation: 0.47 and the lightness value of 80389c is 0.42.

The process color (four color CMYK) of #80389c color hex is 0.18, 0.64, 0.00, 0.39. Web safe color of #80389c is #993399. Color #80389c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111000 10011100
Octal 200 70 234
Decimal 128 56 156
Hex 80 38 9C

RGB Percentages of Color #80389c

%37.65
%16.47
%45.88

CMYK Percentages of Color #80389c

%18
%64
%0
%39

Triadic Colors of #80389c

#80389c #9c8038 #389c80

Analogous Colors of #80389c

#80389c #9c3886 #4e389c

Monochromatic Colors of #80389c

#80389c

Complementary Color

#80389c #549c38

#80389c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80389c Color Preview on White Background

Lorem ipsum dolor sit amet.

#80389c Color CSS Codes

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

#80389c Text Font Color

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

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


#80389c Background Color

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

This div background color is #80389c


#80389c Border Color

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

This div border color is #80389c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,56,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80389c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80389c;
  -webkit-box-shadow: 1px 1px 3px 2px #80389c;
  box-shadow:         1px 1px 3px 2px #80389c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80389c


Comments

No comments written yet.

Please login to write comment.