Color Hex Logo

#371140 Color Hex

#371140
(55,17,64)
0 Favorites   0 Comments

Color spaces of #371140

RGB 551764
HSL0.800.580.16
HSV289°73°25°
CMYK 0.140.730.00   0.75
XYZ2.70141.58335.0137
Yxy1.58330.29050.1703
Hunter Lab12.582916.3016-14.8162
CIE-Lab13.128127.0357-21.4643

#371140 color RGB value is (55,17,64).

#371140 hex color red value is 55, green value is 17 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #371140 hue: 0.80 , saturation: 0.58 and the lightness value of 371140 is 0.16.

The process color (four color CMYK) of #371140 color hex is 0.14, 0.73, 0.00, 0.75. Web safe color of #371140 is #330033. Color #371140 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010001 01000000
Octal 67 21 100
Decimal 55 17 64
Hex 37 11 40

RGB Percentages of Color #371140

%40.44
%12.50
%47.06

CMYK Percentages of Color #371140

%14
%73
%0
%75

Triadic Colors of #371140

#371140 #403711 #114037

Analogous Colors of #371140

#371140 #401132 #201140

Monochromatic Colors of #371140

#371140

Complementary Color

#371140 #1a4011

#371140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371140 Color CSS Codes

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

#371140 Text Font Color

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

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


#371140 Background Color

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

This div background color is #371140


#371140 Border Color

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

This div border color is #371140


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,17,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #371140; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #371140;
  -webkit-box-shadow: 1px 1px 3px 2px #371140;
  box-shadow:         1px 1px 3px 2px #371140; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371140


Comments

No comments written yet.

Please login to write comment.