Color Hex Logo

#371040 Color Hex

#371040
(55,16,64)
0 Favorites   0 Comments

Color spaces of #371040

RGB 551664
HSL0.800.600.16
HSV289°75°25°
CMYK 0.140.750.00   0.75
XYZ2.68631.55305.0087
Yxy1.55300.29050.1679
Hunter Lab12.461916.6691-15.1065
CIE-Lab12.941127.5569-21.7629

#371040 color RGB value is (55,16,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010000 01000000
Octal 67 20 100
Decimal 55 16 64
Hex 37 10 40

RGB Percentages of Color #371040

%40.74
%11.85
%47.41

CMYK Percentages of Color #371040

%14
%75
%0
%75

Triadic Colors of #371040

#371040 #403710 #104037

Analogous Colors of #371040

#371040 #401031 #1f1040

Monochromatic Colors of #371040

#371040

Complementary Color

#371040 #194010

#371040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371040 Color CSS Codes

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

#371040 Text Font Color

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

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


#371040 Background Color

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

This div background color is #371040


#371040 Border Color

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

This div border color is #371040


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,16,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 #371040">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371040


Comments

No comments written yet.

Please login to write comment.