Color Hex Logo

#80339b Color Hex

#80339B
(128,51,155)
0 Favorites   0 Comments

Color spaces of #80339b

RGB 12851155
HSL0.790.500.40
HSV284°67°61°
CMYK 0.170.670.00   0.39
XYZ16.00239.323431.9665
Yxy9.32340.27930.1627
Hunter Lab30.534240.1129-40.6971
CIE-Lab36.599649.3678-42.2365

#80339b color RGB value is (128,51,155).

#80339b hex color red value is 128, green value is 51 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #80339b hue: 0.79 , saturation: 0.50 and the lightness value of 80339b is 0.40.

The process color (four color CMYK) of #80339b color hex is 0.17, 0.67, 0.00, 0.39. Web safe color of #80339b is #993399. Color #80339b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110011 10011011
Octal 200 63 233
Decimal 128 51 155
Hex 80 33 9B

RGB Percentages of Color #80339b

%38.32
%15.27
%46.41

CMYK Percentages of Color #80339b

%17
%67
%0
%39

Triadic Colors of #80339b

#80339b #9b8033 #339b80

Analogous Colors of #80339b

#80339b #9b3382 #4c339b

Monochromatic Colors of #80339b

#80339b

Complementary Color

#80339b #4e9b33

#80339b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80339b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80339b Color CSS Codes

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

#80339b Text Font Color

<p style="color:#80339b">Text here</p>

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


#80339b Background Color

<div style="background-color:#80339b">
Div content here</div>

This div background color is #80339b


#80339b Border Color

<div style="border:3px solid #80339b">
Div here</div>

This div border color is #80339b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80339b


Comments

No comments written yet.

Please login to write comment.