Color Hex Logo

#371946 Color Hex

#371946
(55,25,70)
0 Favorites   0 Comments

Color spaces of #371946

RGB 552570
HSL0.780.470.19
HSV280°64°27°
CMYK 0.210.640.00   0.73
XYZ3.02871.94976.0110
Yxy1.94970.27560.1774
Hunter Lab13.963214.2823-15.7495
CIE-Lab15.221023.9436-22.3245

#371946 color RGB value is (55,25,70).

#371946 hex color red value is 55, green value is 25 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #371946 hue: 0.78 , saturation: 0.47 and the lightness value of 371946 is 0.19.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011001 01000110
Octal 67 31 106
Decimal 55 25 70
Hex 37 19 46

RGB Percentages of Color #371946

%36.67
%16.67
%46.67

CMYK Percentages of Color #371946

%21
%64
%0
%73

Triadic Colors of #371946

#371946 #463719 #194637

Analogous Colors of #371946

#371946 #46193f #211946

Monochromatic Colors of #371946

#371946

Complementary Color

#371946 #284619

#371946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371946 Color CSS Codes

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

#371946 Text Font Color

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

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


#371946 Background Color

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

This div background color is #371946


#371946 Border Color

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

This div border color is #371946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371946


Comments

No comments written yet.

Please login to write comment.