Color Hex Logo

#80374f Color Hex

#80374F
(128,55,79)
0 Favorites   0 Comments

Color spaces of #80374f

RGB 1285579
HSL0.950.400.36
HSV340°57°50°
CMYK 0.000.570.38   0.50
XYZ11.67967.88618.3037
Yxy7.88610.41910.2830
Hunter Lab28.082225.09572.1259
CIE-Lab33.744534.16410.9525

#80374f color RGB value is (128,55,79).

#80374f hex color red value is 128, green value is 55 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #80374f hue: 0.95 , saturation: 0.40 and the lightness value of 80374f is 0.36.

The process color (four color CMYK) of #80374f color hex is 0.00, 0.57, 0.38, 0.50. Web safe color of #80374f is #993366. Color #80374f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110111 01001111
Octal 200 67 117
Decimal 128 55 79
Hex 80 37 4F

RGB Percentages of Color #80374f

%48.85
%20.99
%30.15

CMYK Percentages of Color #80374f

%0
%57
%38
%50

Triadic Colors of #80374f

#80374f #4f8037 #374f80

Analogous Colors of #80374f

#80374f #804437 #803774

Monochromatic Colors of #80374f

#80374f

Complementary Color

#80374f #378068

#80374f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80374f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80374f Color CSS Codes

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

#80374f Text Font Color

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

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


#80374f Background Color

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

This div background color is #80374f


#80374f Border Color

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

This div border color is #80374f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80374f


Comments

No comments written yet.

Please login to write comment.