Color Hex Logo

#371c6a Color Hex

#371C6A
(55,28,106)
0 Favorites   0 Comments

Color spaces of #371c6a

RGB 5528106
HSL0.720.580.26
HSV261°74°42°
CMYK 0.480.740.00   0.58
XYZ4.59232.683313.9116
Yxy2.68330.21670.1266
Hunter Lab16.380821.3755-38.8863
CIE-Lab18.728132.4200-40.8563

#371c6a color RGB value is (55,28,106).

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

The process color (four color CMYK) of #371c6a color hex is 0.48, 0.74, 0.00, 0.58. Web safe color of #371c6a is #333366. Color #371c6a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011100 01101010
Octal 67 34 152
Decimal 55 28 106
Hex 37 1C 6A

RGB Percentages of Color #371c6a

%29.10
%14.81
%56.08

CMYK Percentages of Color #371c6a

%48
%74
%0
%58

Triadic Colors of #371c6a

#371c6a #6a371c #1c6a37

Analogous Colors of #371c6a

#371c6a #5e1c6a #1c286a

Monochromatic Colors of #371c6a

#371c6a

Complementary Color

#371c6a #4f6a1c

#371c6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371c6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#371c6a Color CSS Codes

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

#371c6a Text Font Color

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

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


#371c6a Background Color

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

This div background color is #371c6a


#371c6a Border Color

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

This div border color is #371c6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371c6a

#371c6a Color Palettes


Comments

No comments written yet.

Please login to write comment.