Color Hex Logo

#80143f Color Hex

#80143F
(128,20,63)
0 Favorites   0 Comments

Color spaces of #80143f

RGB 1282063
HSL0.930.730.29
HSV336°84°50°
CMYK 0.000.840.51   0.50
XYZ10.04945.44845.2246
Yxy5.44840.48500.2629
Hunter Lab23.341836.00183.0684
CIE-Lab27.975946.87963.1439

#80143f color RGB value is (128,20,63).

#80143f hex color red value is 128, green value is 20 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #80143f hue: 0.93 , saturation: 0.73 and the lightness value of 80143f is 0.29.

The process color (four color CMYK) of #80143f color hex is 0.00, 0.84, 0.51, 0.50. Web safe color of #80143f is #990033. Color #80143f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010100 00111111
Octal 200 24 77
Decimal 128 20 63
Hex 80 14 3F

RGB Percentages of Color #80143f

%60.66
%9.48
%29.86

CMYK Percentages of Color #80143f

%0
%84
%51
%50

Triadic Colors of #80143f

#80143f #3f8014 #143f80

Analogous Colors of #80143f

#80143f #801f14 #801475

Monochromatic Colors of #80143f

#80143f

Complementary Color

#80143f #148055

#80143f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80143f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80143f Color CSS Codes

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

#80143f Text Font Color

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

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


#80143f Background Color

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

This div background color is #80143f


#80143f Border Color

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

This div border color is #80143f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80143f


Comments

No comments written yet.

Please login to write comment.