Color Hex Logo

#80053f Color Hex

#80053F
(128,5,63)
0 Favorites   0 Comments

Color spaces of #80053f

RGB 128563
HSL0.920.920.26
HSV332°96°50°
CMYK 0.000.960.51   0.50
XYZ9.85365.05665.1593
Yxy5.05660.49100.2520
Hunter Lab22.486938.86542.1376
CIE-Lab26.895449.99111.5851

#80053f color RGB value is (128,5,63).

#80053f hex color red value is 128, green value is 5 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #80053f hue: 0.92 , saturation: 0.92 and the lightness value of 80053f is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000101 00111111
Octal 200 5 77
Decimal 128 5 63
Hex 80 5 3F

RGB Percentages of Color #80053f

%65.31
%2.55
%32.14

CMYK Percentages of Color #80053f

%0
%96
%51
%50

Triadic Colors of #80053f

#80053f #3f8005 #053f80

Analogous Colors of #80053f

#80053f #800805 #80057d

Monochromatic Colors of #80053f

#80053f

Complementary Color

#80053f #058046

#80053f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80053f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80053f Color CSS Codes

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

#80053f Text Font Color

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

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


#80053f Background Color

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

This div background color is #80053f


#80053f Border Color

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

This div border color is #80053f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80053f


Comments

No comments written yet.

Please login to write comment.