Color Hex Logo

#37124d Color Hex

#37124D
(55,18,77)
0 Favorites   0 Comments

Color spaces of #37124d

RGB 551877
HSL0.770.620.19
HSV278°77°30°
CMYK 0.290.770.00   0.70
XYZ3.13141.78077.1998
Yxy1.78070.25850.1470
Hunter Lab13.344318.5347-22.6484
CIE-Lab14.291629.7218-28.6486

#37124d color RGB value is (55,18,77).

#37124d hex color red value is 55, green value is 18 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #37124d hue: 0.77 , saturation: 0.62 and the lightness value of 37124d is 0.19.

The process color (four color CMYK) of #37124d color hex is 0.29, 0.77, 0.00, 0.70. Web safe color of #37124d is #330066. Color #37124d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010010 01001101
Octal 67 22 115
Decimal 55 18 77
Hex 37 12 4D

RGB Percentages of Color #37124d

%36.67
%12.00
%51.33

CMYK Percentages of Color #37124d

%29
%77
%0
%70

Triadic Colors of #37124d

#37124d #4d3712 #124d37

Analogous Colors of #37124d

#37124d #4d1246 #1a124d

Monochromatic Colors of #37124d

#37124d

Complementary Color

#37124d #284d12

#37124d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37124d Color Preview on White Background

Lorem ipsum dolor sit amet.

#37124d Color CSS Codes

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

#37124d Text Font Color

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

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


#37124d Background Color

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

This div background color is #37124d


#37124d Border Color

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

This div border color is #37124d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,18,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #37124d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #37124d;
  -webkit-box-shadow: 1px 1px 3px 2px #37124d;
  box-shadow:         1px 1px 3px 2px #37124d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37124d


Comments

No comments written yet.

Please login to write comment.