Color Hex Logo

#370b71 Color Hex

#370B71
(55,11,113)
0 Favorites   0 Comments

Color spaces of #370b71

RGB 5511113
HSL0.740.820.24
HSV266°90°44°
CMYK 0.510.900.00   0.56
XYZ4.67592.243815.8094
Yxy2.24380.20570.0987
Hunter Lab14.979329.5062-52.0900
CIE-Lab16.717942.1829-48.7089

#370b71 color RGB value is (55,11,113).

#370b71 hex color red value is 55, green value is 11 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #370b71 hue: 0.74 , saturation: 0.82 and the lightness value of 370b71 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00001011 01110001
Octal 67 13 161
Decimal 55 11 113
Hex 37 B 71

RGB Percentages of Color #370b71

%30.73
%6.15
%63.13

CMYK Percentages of Color #370b71

%51
%90
%0
%56

Triadic Colors of #370b71

#370b71 #71370b #0b7137

Analogous Colors of #370b71

#370b71 #6a0b71 #0b1271

Monochromatic Colors of #370b71

#370b71

Complementary Color

#370b71 #45710b

#370b71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370b71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#370b71 Color CSS Codes

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

#370b71 Text Font Color

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

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


#370b71 Background Color

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

This div background color is #370b71


#370b71 Border Color

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

This div border color is #370b71


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,11,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #370b71; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #370b71;
  -webkit-box-shadow: 1px 1px 3px 2px #370b71;
  box-shadow:         1px 1px 3px 2px #370b71; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370b71


Comments

No comments written yet.

Please login to write comment.