Color Hex Logo

#372056 Color Hex

#372056
(55,32,86)
0 Favorites   0 Comments

Color spaces of #372056

RGB 553286
HSL0.740.460.23
HSV266°63°34°
CMYK 0.360.630.00   0.66
XYZ3.77182.51719.0912
Yxy2.51710.24520.1637
Hunter Lab15.865414.6718-22.8687
CIE-Lab17.995824.0120-28.8012

#372056 color RGB value is (55,32,86).

#372056 hex color red value is 55, green value is 32 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #372056 hue: 0.74 , saturation: 0.46 and the lightness value of 372056 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100000 01010110
Octal 67 40 126
Decimal 55 32 86
Hex 37 20 56

RGB Percentages of Color #372056

%31.79
%18.50
%49.71

CMYK Percentages of Color #372056

%36
%63
%0
%66

Triadic Colors of #372056

#372056 #563720 #205637

Analogous Colors of #372056

#372056 #522056 #202456

Monochromatic Colors of #372056

#372056

Complementary Color

#372056 #3f5620

#372056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#372056 Color CSS Codes

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

#372056 Text Font Color

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

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


#372056 Background Color

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

This div background color is #372056


#372056 Border Color

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

This div border color is #372056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372056


Comments

No comments written yet.

Please login to write comment.