Color Hex Logo

#370070 Color Hex

#370070
(55,0,112)
0 Favorites   0 Comments

Color spaces of #370070

RGB 550112
HSL0.751.000.22
HSV269°100°44°
CMYK 0.511.000.00   0.56
XYZ4.50021.982115.4746
Yxy1.98210.20500.0903
Hunter Lab14.078732.4190-55.3135
CIE-Lab15.393045.5696-50.2459

#370070 color RGB value is (55,0,112).

#370070 hex color red value is 55, green value is 0 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #370070 hue: 0.75 , saturation: 1.00 and the lightness value of 370070 is 0.22.

The process color (four color CMYK) of #370070 color hex is 0.51, 1.00, 0.00, 0.56. Web safe color of #370070 is #330066. Color #370070 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00000000 01110000
Octal 67 0 160
Decimal 55 0 112
Hex 37 0 70

RGB Percentages of Color #370070

%32.93
%0.00
%67.07

CMYK Percentages of Color #370070

%51
%100
%0
%56

Triadic Colors of #370070

#370070 #703700 #007037

Analogous Colors of #370070

#370070 #6f0070 #000170

Monochromatic Colors of #370070

#370070

Complementary Color

#370070 #397000

#370070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#370070 Color CSS Codes

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

#370070 Text Font Color

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

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


#370070 Background Color

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

This div background color is #370070


#370070 Border Color

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

This div border color is #370070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370070


Comments

No comments written yet.

Please login to write comment.