Color Hex Logo

#80368a Color Hex

#80368A
(128,54,138)
0 Favorites   0 Comments

Color spaces of #80368a

RGB 12854138
HSL0.810.440.38
HSV293°61°54°
CMYK 0.070.610.00   0.46
XYZ14.80879.062525.0135
Yxy9.06250.30290.1854
Hunter Lab30.104035.1254-28.1915
CIE-Lab36.104444.4601-32.6551

#80368a color RGB value is (128,54,138).

#80368a hex color red value is 128, green value is 54 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #80368a hue: 0.81 , saturation: 0.44 and the lightness value of 80368a is 0.38.

The process color (four color CMYK) of #80368a color hex is 0.07, 0.61, 0.00, 0.46. Web safe color of #80368a is #993399. Color #80368a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110110 10001010
Octal 200 66 212
Decimal 128 54 138
Hex 80 36 8A

RGB Percentages of Color #80368a

%40.00
%16.88
%43.13

CMYK Percentages of Color #80368a

%7
%61
%0
%46

Triadic Colors of #80368a

#80368a #8a8036 #368a80

Analogous Colors of #80368a

#80368a #8a366a #56368a

Monochromatic Colors of #80368a

#80368a

Complementary Color

#80368a #408a36

#80368a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80368a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80368a Color CSS Codes

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

#80368a Text Font Color

<p style="color:#80368a">Text here</p>

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


#80368a Background Color

<div style="background-color:#80368a">
Div content here</div>

This div background color is #80368a


#80368a Border Color

<div style="border:3px solid #80368a">
Div here</div>

This div border color is #80368a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,54,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80368a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80368a;
  -webkit-box-shadow: 1px 1px 3px 2px #80368a;
  box-shadow:         1px 1px 3px 2px #80368a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80368a


Comments

No comments written yet.

Please login to write comment.