Color Hex Logo

#80355b Color Hex

#80355B
(128,53,91)
0 Favorites   0 Comments

Color spaces of #80355b

RGB 1285391
HSL0.920.410.35
HSV330°59°50°
CMYK 0.000.590.29   0.50
XYZ12.06357.890710.7848
Yxy7.89070.39240.2567
Hunter Lab28.090427.4992-3.1001
CIE-Lab33.754236.8166-6.7536

#80355b color RGB value is (128,53,91).

#80355b hex color red value is 128, green value is 53 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #80355b hue: 0.92 , saturation: 0.41 and the lightness value of 80355b is 0.35.

The process color (four color CMYK) of #80355b color hex is 0.00, 0.59, 0.29, 0.50. Web safe color of #80355b is #993366. Color #80355b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110101 01011011
Octal 200 65 133
Decimal 128 53 91
Hex 80 35 5B

RGB Percentages of Color #80355b

%47.06
%19.49
%33.46

CMYK Percentages of Color #80355b

%0
%59
%29
%50

Triadic Colors of #80355b

#80355b #5b8035 #355b80

Analogous Colors of #80355b

#80355b #803535 #803580

Monochromatic Colors of #80355b

#80355b

Complementary Color

#80355b #35805a

#80355b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80355b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80355b Color CSS Codes

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

#80355b Text Font Color

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

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


#80355b Background Color

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

This div background color is #80355b


#80355b Border Color

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

This div border color is #80355b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80355b


Comments

No comments written yet.

Please login to write comment.