Color Hex Logo

#80306b Color Hex

#80306B
(128,48,107)
0 Favorites   0 Comments

Color spaces of #80306b

RGB 12848107
HSL0.880.450.35
HSV316°63°50°
CMYK 0.000.630.16   0.50
XYZ12.61297.764614.7439
Yxy7.76460.35910.2211
Hunter Lab27.865032.0329-11.8659
CIE-Lab33.487741.7232-17.3787

#80306b color RGB value is (128,48,107).

#80306b hex color red value is 128, green value is 48 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #80306b hue: 0.88 , saturation: 0.45 and the lightness value of 80306b is 0.35.

The process color (four color CMYK) of #80306b color hex is 0.00, 0.63, 0.16, 0.50. Web safe color of #80306b is #993366. Color #80306b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110000 01101011
Octal 200 60 153
Decimal 128 48 107
Hex 80 30 6B

RGB Percentages of Color #80306b

%45.23
%16.96
%37.81

CMYK Percentages of Color #80306b

%0
%63
%16
%50

Triadic Colors of #80306b

#80306b #6b8030 #306b80

Analogous Colors of #80306b

#80306b #803043 #6d3080

Monochromatic Colors of #80306b

#80306b

Complementary Color

#80306b #308045

#80306b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80306b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80306b Color CSS Codes

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

#80306b Text Font Color

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

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


#80306b Background Color

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

This div background color is #80306b


#80306b Border Color

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

This div border color is #80306b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80306b


Comments

No comments written yet.

Please login to write comment.