Color Hex Logo

#371379 Color Hex

#371379
(55,19,121)
0 Favorites   0 Comments

Color spaces of #371379

RGB 5519121
HSL0.730.730.27
HSV261°84°47°
CMYK 0.550.840.00   0.53
XYZ5.25962.658418.3251
Yxy2.65840.20040.1013
Hunter Lab16.304629.0482-55.2241
CIE-Lab18.620341.3094-50.7325

#371379 color RGB value is (55,19,121).

#371379 hex color red value is 55, green value is 19 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #371379 hue: 0.73 , saturation: 0.73 and the lightness value of 371379 is 0.27.

The process color (four color CMYK) of #371379 color hex is 0.55, 0.84, 0.00, 0.53. Web safe color of #371379 is #330066. Color #371379 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010011 01111001
Octal 67 23 171
Decimal 55 19 121
Hex 37 13 79

RGB Percentages of Color #371379

%28.21
%9.74
%62.05

CMYK Percentages of Color #371379

%55
%84
%0
%53

Triadic Colors of #371379

#371379 #793713 #137937

Analogous Colors of #371379

#371379 #6a1379 #132279

Monochromatic Colors of #371379

#371379

Complementary Color

#371379 #557913

#371379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371379 Color CSS Codes

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

#371379 Text Font Color

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

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


#371379 Background Color

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

This div background color is #371379


#371379 Border Color

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

This div border color is #371379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371379


Comments

No comments written yet.

Please login to write comment.