Color Hex Logo

#371090 Color Hex

#371090
(55,16,144)
0 Favorites   0 Comments

Color spaces of #371090

RGB 5516144
HSL0.720.800.31
HSV258°89°56°
CMYK 0.620.890.00   0.44
XYZ6.79493.196426.6444
Yxy3.19640.18550.0872
Hunter Lab17.878536.5534-75.8453
CIE-Lab20.813948.8354-61.6243

#371090 color RGB value is (55,16,144).

#371090 hex color red value is 55, green value is 16 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #371090 hue: 0.72 , saturation: 0.80 and the lightness value of 371090 is 0.31.

The process color (four color CMYK) of #371090 color hex is 0.62, 0.89, 0.00, 0.44. Web safe color of #371090 is #330099. Color #371090 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010000 10010000
Octal 67 20 220
Decimal 55 16 144
Hex 37 10 90

RGB Percentages of Color #371090

%25.58
%7.44
%66.98

CMYK Percentages of Color #371090

%62
%89
%0
%44

Triadic Colors of #371090

#371090 #903710 #109037

Analogous Colors of #371090

#371090 #771090 #102990

Monochromatic Colors of #371090

#371090

Complementary Color

#371090 #699010

#371090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371090 Color CSS Codes

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

#371090 Text Font Color

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

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


#371090 Background Color

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

This div background color is #371090


#371090 Border Color

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

This div border color is #371090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371090


Comments

No comments written yet.

Please login to write comment.