Color Hex Logo

#361373 Color Hex

#361373
(54,19,115)
0 Favorites   0 Comments

Color spaces of #361373

RGB 5419115
HSL0.730.720.26
HSV262°83°45°
CMYK 0.530.830.00   0.55
XYZ4.84872.487816.4443
Yxy2.48780.20390.1046
Hunter Lab15.772827.2703-50.7734
CIE-Lab17.863339.4754-48.1228

#361373 color RGB value is (54,19,115).

#361373 hex color red value is 54, green value is 19 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #361373 hue: 0.73 , saturation: 0.72 and the lightness value of 361373 is 0.26.

The process color (four color CMYK) of #361373 color hex is 0.53, 0.83, 0.00, 0.55. Web safe color of #361373 is #330066. Color #361373 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00010011 01110011
Octal 66 23 163
Decimal 54 19 115
Hex 36 13 73

RGB Percentages of Color #361373

%28.72
%10.11
%61.17

CMYK Percentages of Color #361373

%53
%83
%0
%55

Triadic Colors of #361373

#361373 #733613 #137336

Analogous Colors of #361373

#361373 #661373 #132073

Monochromatic Colors of #361373

#361373

Complementary Color

#361373 #507313

#361373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#361373 Color CSS Codes

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

#361373 Text Font Color

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

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


#361373 Background Color

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

This div background color is #361373


#361373 Border Color

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

This div border color is #361373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361373


Comments

No comments written yet.

Please login to write comment.