Color Hex Logo

#361063 Color Hex

#361063
(54,16,99)
0 Favorites   0 Comments

Color spaces of #361063

RGB 541699
HSL0.740.720.23
HSV267°84°39°
CMYK 0.450.840.00   0.61
XYZ3.95872.055711.9925
Yxy2.05570.21980.1142
Hunter Lab14.337724.1936-39.5556
CIE-Lab15.776936.3478-41.0816

#361063 color RGB value is (54,16,99).

#361063 hex color red value is 54, green value is 16 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #361063 hue: 0.74 , saturation: 0.72 and the lightness value of 361063 is 0.23.

The process color (four color CMYK) of #361063 color hex is 0.45, 0.84, 0.00, 0.61. Web safe color of #361063 is #330066. Color #361063 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00010000 01100011
Octal 66 20 143
Decimal 54 16 99
Hex 36 10 63

RGB Percentages of Color #361063

%31.95
%9.47
%58.58

CMYK Percentages of Color #361063

%45
%84
%0
%61

Triadic Colors of #361063

#361063 #633610 #106336

Analogous Colors of #361063

#361063 #601063 #101463

Monochromatic Colors of #361063

#361063

Complementary Color

#361063 #3d6310

#361063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#361063 Color CSS Codes

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

#361063 Text Font Color

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

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


#361063 Background Color

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

This div background color is #361063


#361063 Border Color

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

This div border color is #361063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361063


Comments

No comments written yet.

Please login to write comment.