Color Hex Logo

#371c56 Color Hex

#371C56
(55,28,86)
0 Favorites   0 Comments

Color spaces of #371c56

RGB 552886
HSL0.740.510.22
HSV268°67°34°
CMYK 0.360.670.00   0.66
XYZ3.67052.31469.0574
Yxy2.31460.24400.1539
Hunter Lab15.213816.4409-24.6481
CIE-Lab17.058526.5112-30.3086

#371c56 color RGB value is (55,28,86).

#371c56 hex color red value is 55, green value is 28 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #371c56 hue: 0.74 , saturation: 0.51 and the lightness value of 371c56 is 0.22.

The process color (four color CMYK) of #371c56 color hex is 0.36, 0.67, 0.00, 0.66. Web safe color of #371c56 is #333366. Color #371c56 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011100 01010110
Octal 67 34 126
Decimal 55 28 86
Hex 37 1C 56

RGB Percentages of Color #371c56

%32.54
%16.57
%50.89

CMYK Percentages of Color #371c56

%36
%67
%0
%66

Triadic Colors of #371c56

#371c56 #56371c #1c5637

Analogous Colors of #371c56

#371c56 #541c56 #1c1e56

Monochromatic Colors of #371c56

#371c56

Complementary Color

#371c56 #3b561c

#371c56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371c56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371c56 Color CSS Codes

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

#371c56 Text Font Color

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

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


#371c56 Background Color

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

This div background color is #371c56


#371c56 Border Color

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

This div border color is #371c56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371c56


Comments

No comments written yet.

Please login to write comment.