Color Hex Logo

#80338b Color Hex

#80338B
(128,51,139)
0 Favorites   0 Comments

Color spaces of #80338b

RGB 12851139
HSL0.810.460.37
HSV293°63°55°
CMYK 0.080.630.00   0.45
XYZ14.74618.820925.3515
Yxy8.82090.30140.1803
Hunter Lab29.700036.6506-29.8191
CIE-Lab35.637246.0943-34.0099

#80338b color RGB value is (128,51,139).

#80338b hex color red value is 128, green value is 51 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #80338b hue: 0.81 , saturation: 0.46 and the lightness value of 80338b is 0.37.

The process color (four color CMYK) of #80338b color hex is 0.08, 0.63, 0.00, 0.45. Web safe color of #80338b is #993399. Color #80338b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110011 10001011
Octal 200 63 213
Decimal 128 51 139
Hex 80 33 8B

RGB Percentages of Color #80338b

%40.25
%16.04
%43.71

CMYK Percentages of Color #80338b

%8
%63
%0
%45

Triadic Colors of #80338b

#80338b #8b8033 #338b80

Analogous Colors of #80338b

#80338b #8b336a #54338b

Monochromatic Colors of #80338b

#80338b

Complementary Color

#80338b #3e8b33

#80338b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80338b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80338b Color CSS Codes

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

#80338b Text Font Color

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

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


#80338b Background Color

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

This div background color is #80338b


#80338b Border Color

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

This div border color is #80338b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80338b


Comments

No comments written yet.

Please login to write comment.