Color Hex Logo

#80367b Color Hex

#80367B
(128,54,123)
0 Favorites   0 Comments

Color spaces of #80367b

RGB 12854123
HSL0.840.410.36
HSV304°58°50°
CMYK 0.000.580.04   0.50
XYZ13.79648.657619.6828
Yxy8.65760.32740.2055
Hunter Lab29.423832.2045-19.0649
CIE-Lab35.316541.5801-24.6084

#80367b color RGB value is (128,54,123).

#80367b hex color red value is 128, green value is 54 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #80367b hue: 0.84 , saturation: 0.41 and the lightness value of 80367b is 0.36.

The process color (four color CMYK) of #80367b color hex is 0.00, 0.58, 0.04, 0.50. Web safe color of #80367b is #993366. Color #80367b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110110 01111011
Octal 200 66 173
Decimal 128 54 123
Hex 80 36 7B

RGB Percentages of Color #80367b

%41.97
%17.70
%40.33

CMYK Percentages of Color #80367b

%0
%58
%4
%50

Triadic Colors of #80367b

#80367b #7b8036 #367b80

Analogous Colors of #80367b

#80367b #803656 #603680

Monochromatic Colors of #80367b

#80367b

Complementary Color

#80367b #36803b

#80367b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80367b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80367b Color CSS Codes

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

#80367b Text Font Color

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

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


#80367b Background Color

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

This div background color is #80367b


#80367b Border Color

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

This div border color is #80367b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80367b


Comments

No comments written yet.

Please login to write comment.