Color Hex Logo

#37146c Color Hex

#37146C
(55,20,108)
0 Favorites   0 Comments

Color spaces of #37146c

RGB 5520108
HSL0.730.690.25
HSV264°81°42°
CMYK 0.490.810.00   0.58
XYZ4.53252.395214.4108
Yxy2.39520.21240.1122
Hunter Lab15.476425.1926-44.3741
CIE-Lab17.437937.1874-44.2716

#37146c color RGB value is (55,20,108).

#37146c hex color red value is 55, green value is 20 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #37146c hue: 0.73 , saturation: 0.69 and the lightness value of 37146c is 0.25.

The process color (four color CMYK) of #37146c color hex is 0.49, 0.81, 0.00, 0.58. Web safe color of #37146c is #330066. Color #37146c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010100 01101100
Octal 67 24 154
Decimal 55 20 108
Hex 37 14 6C

RGB Percentages of Color #37146c

%30.05
%10.93
%59.02

CMYK Percentages of Color #37146c

%49
%81
%0
%58

Triadic Colors of #37146c

#37146c #6c3714 #146c37

Analogous Colors of #37146c

#37146c #63146c #141d6c

Monochromatic Colors of #37146c

#37146c

Complementary Color

#37146c #496c14

#37146c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37146c Color Preview on White Background

Lorem ipsum dolor sit amet.

#37146c Color CSS Codes

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

#37146c Text Font Color

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

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


#37146c Background Color

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

This div background color is #37146c


#37146c Border Color

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

This div border color is #37146c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,20,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #37146c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #37146c;
  -webkit-box-shadow: 1px 1px 3px 2px #37146c;
  box-shadow:         1px 1px 3px 2px #37146c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37146c


Comments

No comments written yet.

Please login to write comment.