Color Hex Logo

#372061 Color Hex

#372061
(55,32,97)
0 Favorites   0 Comments

Color spaces of #372061

RGB 553297
HSL0.730.500.25
HSV261°67°38°
CMYK 0.430.670.00   0.62
XYZ4.24972.708311.6080
Yxy2.70830.22890.1459
Hunter Lab16.456917.2948-30.3008
CIE-Lab18.835627.3103-34.7722

#372061 color RGB value is (55,32,97).

#372061 hex color red value is 55, green value is 32 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #372061 hue: 0.73 , saturation: 0.50 and the lightness value of 372061 is 0.25.

The process color (four color CMYK) of #372061 color hex is 0.43, 0.67, 0.00, 0.62. Web safe color of #372061 is #333366. Color #372061 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100000 01100001
Octal 67 40 141
Decimal 55 32 97
Hex 37 20 61

RGB Percentages of Color #372061

%29.89
%17.39
%52.72

CMYK Percentages of Color #372061

%43
%67
%0
%62

Triadic Colors of #372061

#372061 #613720 #206137

Analogous Colors of #372061

#372061 #582061 #202a61

Monochromatic Colors of #372061

#372061

Complementary Color

#372061 #4a6120

#372061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#372061 Color CSS Codes

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

#372061 Text Font Color

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

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


#372061 Background Color

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

This div background color is #372061


#372061 Border Color

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

This div border color is #372061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372061


Comments

No comments written yet.

Please login to write comment.