Color Hex Logo

#80345b Color Hex

#80345B
(128,52,91)
0 Favorites   0 Comments

Color spaces of #80345b

RGB 1285291
HSL0.910.420.35
HSV329°59°50°
CMYK 0.000.590.29   0.50
XYZ12.01847.800510.7697
Yxy7.80050.39290.2550
Hunter Lab27.929427.9346-3.3119
CIE-Lab33.563937.3234-7.0385

#80345b color RGB value is (128,52,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110100 01011011
Octal 200 64 133
Decimal 128 52 91
Hex 80 34 5B

RGB Percentages of Color #80345b

%47.23
%19.19
%33.58

CMYK Percentages of Color #80345b

%0
%59
%29
%50

Triadic Colors of #80345b

#80345b #5b8034 #345b80

Analogous Colors of #80345b

#80345b #803435 #7f3480

Monochromatic Colors of #80345b

#80345b

Complementary Color

#80345b #348059

#80345b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80345b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80345b Color CSS Codes

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

#80345b Text Font Color

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

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


#80345b Background Color

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

This div background color is #80345b


#80345b Border Color

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

This div border color is #80345b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,52,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 #80345b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80345b


Comments

No comments written yet.

Please login to write comment.