Color Hex Logo

#800346 Color Hex

#800346
(128,3,70)
0 Favorites   0 Comments

Color spaces of #800346

RGB 128370
HSL0.910.950.26
HSV328°98°50°
CMYK 0.000.980.45   0.50
XYZ10.04015.09656.2489
Yxy5.09650.46950.2383
Hunter Lab22.575439.8783-0.6087
CIE-Lab27.007950.9787-2.9940

#800346 color RGB value is (128,3,70).

#800346 hex color red value is 128, green value is 3 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #800346 hue: 0.91 , saturation: 0.95 and the lightness value of 800346 is 0.26.

The process color (four color CMYK) of #800346 color hex is 0.00, 0.98, 0.45, 0.50. Web safe color of #800346 is #990033. Color #800346 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000011 01000110
Octal 200 3 106
Decimal 128 3 70
Hex 80 3 46

RGB Percentages of Color #800346

%63.68
%1.49
%34.83

CMYK Percentages of Color #800346

%0
%98
%45
%50

Triadic Colors of #800346

#800346 #468003 #034680

Analogous Colors of #800346

#800346 #800308 #7c0380

Monochromatic Colors of #800346

#800346

Complementary Color

#800346 #03803d

#800346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#800346 Color CSS Codes

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

#800346 Text Font Color

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

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


#800346 Background Color

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

This div background color is #800346


#800346 Border Color

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

This div border color is #800346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800346


Comments

No comments written yet.

Please login to write comment.