Color Hex Logo

#370556 Color Hex

#370556
(55,5,86)
0 Favorites   0 Comments

Color spaces of #370556

RGB 55586
HSL0.770.890.18
HSV277°94°34°
CMYK 0.360.940.00   0.66
XYZ3.30951.59278.9371
Yxy1.59270.23910.1151
Hunter Lab12.620224.7241-33.1525
CIE-Lab13.185637.4717-36.5977

#370556 color RGB value is (55,5,86).

#370556 hex color red value is 55, green value is 5 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #370556 hue: 0.77 , saturation: 0.89 and the lightness value of 370556 is 0.18.

The process color (four color CMYK) of #370556 color hex is 0.36, 0.94, 0.00, 0.66. Web safe color of #370556 is #330066. Color #370556 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00000101 01010110
Octal 67 5 126
Decimal 55 5 86
Hex 37 5 56

RGB Percentages of Color #370556

%37.67
%3.42
%58.90

CMYK Percentages of Color #370556

%36
%94
%0
%66

Triadic Colors of #370556

#370556 #563705 #055637

Analogous Colors of #370556

#370556 #56054d #0f0556

Monochromatic Colors of #370556

#370556

Complementary Color

#370556 #245605

#370556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#370556 Color CSS Codes

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

#370556 Text Font Color

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

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


#370556 Background Color

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

This div background color is #370556


#370556 Border Color

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

This div border color is #370556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370556


Comments

No comments written yet.

Please login to write comment.