Color Hex Logo

#37116d Color Hex

#37116D
(55,17,109)
0 Favorites   0 Comments

Color spaces of #37116d

RGB 5517109
HSL0.740.730.25
HSV265°84°43°
CMYK 0.500.840.00   0.57
XYZ4.53632.317214.6762
Yxy2.31720.21070.1076
Hunter Lab15.222426.5543-46.5071
CIE-Lab17.070938.8199-45.5262

#37116d color RGB value is (55,17,109).

#37116d hex color red value is 55, green value is 17 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #37116d hue: 0.74 , saturation: 0.73 and the lightness value of 37116d is 0.25.

The process color (four color CMYK) of #37116d color hex is 0.50, 0.84, 0.00, 0.57. Web safe color of #37116d is #330066. Color #37116d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010001 01101101
Octal 67 21 155
Decimal 55 17 109
Hex 37 11 6D

RGB Percentages of Color #37116d

%30.39
%9.39
%60.22

CMYK Percentages of Color #37116d

%50
%84
%0
%57

Triadic Colors of #37116d

#37116d #6d3711 #116d37

Analogous Colors of #37116d

#37116d #65116d #11196d

Monochromatic Colors of #37116d

#37116d

Complementary Color

#37116d #476d11

#37116d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37116d Color Preview on White Background

Lorem ipsum dolor sit amet.

#37116d Color CSS Codes

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

#37116d Text Font Color

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

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


#37116d Background Color

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

This div background color is #37116d


#37116d Border Color

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

This div border color is #37116d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37116d


Comments

No comments written yet.

Please login to write comment.