Color Hex Logo

#373181 Color Hex

#373181
(55,49,129)
0 Favorites   0 Comments

Color spaces of #373181

RGB 5549129
HSL0.680.450.35
HSV245°62°51°
CMYK 0.570.620.00   0.49
XYZ6.63634.593821.3058
Yxy4.59380.20400.1412
Hunter Lab21.433217.7605-43.9345
CIE-Lab25.544726.8168-44.4829

#373181 color RGB value is (55,49,129).

#373181 hex color red value is 55, green value is 49 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #373181 hue: 0.68 , saturation: 0.45 and the lightness value of 373181 is 0.35.

The process color (four color CMYK) of #373181 color hex is 0.57, 0.62, 0.00, 0.49. Web safe color of #373181 is #333399. Color #373181 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00110001 10000001
Octal 67 61 201
Decimal 55 49 129
Hex 37 31 81

RGB Percentages of Color #373181

%23.61
%21.03
%55.36

CMYK Percentages of Color #373181

%57
%62
%0
%49

Triadic Colors of #373181

#373181 #813731 #318137

Analogous Colors of #373181

#373181 #5f3181 #315381

Monochromatic Colors of #373181

#373181

Complementary Color

#373181 #7b8131

#373181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#373181 Color CSS Codes

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

#373181 Text Font Color

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

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


#373181 Background Color

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

This div background color is #373181


#373181 Border Color

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

This div border color is #373181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373181


Comments

No comments written yet.

Please login to write comment.