Color Hex Logo

#361273 Color Hex

#361273
(54,18,115)
0 Favorites   0 Comments

Color spaces of #361273

RGB 5418115
HSL0.730.730.26
HSV262°84°45°
CMYK 0.530.840.00   0.55
XYZ4.83212.454716.4388
Yxy2.45470.20370.1035
Hunter Lab15.667527.6341-51.2416
CIE-Lab17.712539.9138-48.3710

#361273 color RGB value is (54,18,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00010010 01110011
Octal 66 22 163
Decimal 54 18 115
Hex 36 12 73

RGB Percentages of Color #361273

%28.88
%9.63
%61.50

CMYK Percentages of Color #361273

%53
%84
%0
%55

Triadic Colors of #361273

#361273 #733612 #127336

Analogous Colors of #361273

#361273 #671273 #121f73

Monochromatic Colors of #361273

#361273

Complementary Color

#361273 #4f7312

#361273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#361273 Color CSS Codes

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

#361273 Text Font Color

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

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


#361273 Background Color

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

This div background color is #361273


#361273 Border Color

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

This div border color is #361273


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,18,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 #361273">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361273


Comments

No comments written yet.

Please login to write comment.