Color Hex Logo

#371d6d Color Hex

#371D6D
(55,29,109)
0 Favorites   0 Comments

Color spaces of #371d6d

RGB 5529109
HSL0.720.580.27
HSV260°73°43°
CMYK 0.500.730.00   0.57
XYZ4.77522.795114.7558
Yxy2.79510.21390.1252
Hunter Lab16.718621.7262-40.6264
CIE-Lab19.203932.7555-42.0337

#371d6d color RGB value is (55,29,109).

#371d6d hex color red value is 55, green value is 29 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #371d6d hue: 0.72 , saturation: 0.58 and the lightness value of 371d6d is 0.27.

The process color (four color CMYK) of #371d6d color hex is 0.50, 0.73, 0.00, 0.57. Web safe color of #371d6d is #333366. Color #371d6d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011101 01101101
Octal 67 35 155
Decimal 55 29 109
Hex 37 1D 6D

RGB Percentages of Color #371d6d

%28.50
%15.03
%56.48

CMYK Percentages of Color #371d6d

%50
%73
%0
%57

Triadic Colors of #371d6d

#371d6d #6d371d #1d6d37

Analogous Colors of #371d6d

#371d6d #5f1d6d #1d2b6d

Monochromatic Colors of #371d6d

#371d6d

Complementary Color

#371d6d #536d1d

#371d6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371d6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#371d6d Color CSS Codes

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

#371d6d Text Font Color

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

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


#371d6d Background Color

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

This div background color is #371d6d


#371d6d Border Color

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

This div border color is #371d6d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,29,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #371d6d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #371d6d;
  -webkit-box-shadow: 1px 1px 3px 2px #371d6d;
  box-shadow:         1px 1px 3px 2px #371d6d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371d6d


Comments

No comments written yet.

Please login to write comment.