Color Hex Logo

#361157 Color Hex

#361157
(54,17,87)
0 Favorites   0 Comments

Color spaces of #361157

RGB 541787
HSL0.750.670.20
HSV272°80°34°
CMYK 0.380.800.00   0.66
XYZ3.44211.87339.1970
Yxy1.87330.23720.1291
Hunter Lab13.686920.9389-30.2596
CIE-Lab14.807832.6318-34.6355

#361157 color RGB value is (54,17,87).

#361157 hex color red value is 54, green value is 17 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #361157 hue: 0.75 , saturation: 0.67 and the lightness value of 361157 is 0.20.

The process color (four color CMYK) of #361157 color hex is 0.38, 0.80, 0.00, 0.66. Web safe color of #361157 is #330066. Color #361157 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00010001 01010111
Octal 66 21 127
Decimal 54 17 87
Hex 36 11 57

RGB Percentages of Color #361157

%34.18
%10.76
%55.06

CMYK Percentages of Color #361157

%38
%80
%0
%66

Triadic Colors of #361157

#361157 #573611 #115736

Analogous Colors of #361157

#361157 #571155 #131157

Monochromatic Colors of #361157

#361157

Complementary Color

#361157 #325711

#361157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#361157 Color CSS Codes

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

#361157 Text Font Color

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

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


#361157 Background Color

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

This div background color is #361157


#361157 Border Color

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

This div border color is #361157


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,17,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #361157; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #361157;
  -webkit-box-shadow: 1px 1px 3px 2px #361157;
  box-shadow:         1px 1px 3px 2px #361157; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361157


Comments

No comments written yet.

Please login to write comment.