Color Hex Logo

#371146 Color Hex

#371146
(55,17,70)
0 Favorites   0 Comments

Color spaces of #371146

RGB 551770
HSL0.790.610.17
HSV283°76°27°
CMYK 0.210.760.00   0.73
XYZ2.88151.65535.9620
Yxy1.65530.27450.1577
Hunter Lab12.865817.4625-18.4687
CIE-Lab13.563128.4790-24.9755

#371146 color RGB value is (55,17,70).

#371146 hex color red value is 55, green value is 17 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #371146 hue: 0.79 , saturation: 0.61 and the lightness value of 371146 is 0.17.

The process color (four color CMYK) of #371146 color hex is 0.21, 0.76, 0.00, 0.73. Web safe color of #371146 is #330033. Color #371146 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010001 01000110
Octal 67 21 106
Decimal 55 17 70
Hex 37 11 46

RGB Percentages of Color #371146

%38.73
%11.97
%49.30

CMYK Percentages of Color #371146

%21
%76
%0
%73

Triadic Colors of #371146

#371146 #463711 #114637

Analogous Colors of #371146

#371146 #46113a #1d1146

Monochromatic Colors of #371146

#371146

Complementary Color

#371146 #204611

#371146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371146 Color CSS Codes

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

#371146 Text Font Color

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

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


#371146 Background Color

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

This div background color is #371146


#371146 Border Color

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

This div border color is #371146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371146


Comments

No comments written yet.

Please login to write comment.