Color Hex Logo

#370583 Color Hex

#370583
(55,5,131)
0 Favorites   0 Comments

Color spaces of #370583

RGB 555131
HSL0.730.930.27
HSV264°96°51°
CMYK 0.580.960.00   0.49
XYZ5.72662.559521.6649
Yxy2.55950.19120.0855
Hunter Lab15.998435.8964-69.0909
CIE-Lab18.185648.6634-57.8197

#370583 color RGB value is (55,5,131).

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

The process color (four color CMYK) of #370583 color hex is 0.58, 0.96, 0.00, 0.49. Web safe color of #370583 is #330099. Color #370583 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00000101 10000011
Octal 67 5 203
Decimal 55 5 131
Hex 37 5 83

RGB Percentages of Color #370583

%28.80
%2.62
%68.59

CMYK Percentages of Color #370583

%58
%96
%0
%49

Triadic Colors of #370583

#370583 #833705 #058337

Analogous Colors of #370583

#370583 #760583 #051283

Monochromatic Colors of #370583

#370583

Complementary Color

#370583 #518305

#370583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#370583 Color CSS Codes

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

#370583 Text Font Color

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

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


#370583 Background Color

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

This div background color is #370583


#370583 Border Color

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

This div border color is #370583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370583


Comments

No comments written yet.

Please login to write comment.