Color Hex Logo

#361263 Color Hex

#361263
(54,18,99)
0 Favorites   0 Comments

Color spaces of #361263

RGB 541899
HSL0.740.690.23
HSV267°82°39°
CMYK 0.450.820.00   0.61
XYZ3.98982.117712.0029
Yxy2.11770.22030.1169
Hunter Lab14.552323.4727-38.7164
CIE-Lab16.093235.4371-40.5640

#361263 color RGB value is (54,18,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00010010 01100011
Octal 66 22 143
Decimal 54 18 99
Hex 36 12 63

RGB Percentages of Color #361263

%31.58
%10.53
%57.89

CMYK Percentages of Color #361263

%45
%82
%0
%61

Triadic Colors of #361263

#361263 #633612 #126336

Analogous Colors of #361263

#361263 #5f1263 #121763

Monochromatic Colors of #361263

#361263

Complementary Color

#361263 #3f6312

#361263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#361263 Color CSS Codes

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

#361263 Text Font Color

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

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


#361263 Background Color

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

This div background color is #361263


#361263 Border Color

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

This div border color is #361263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361263


Comments

No comments written yet.

Please login to write comment.