Color Hex Logo

#360776 Color Hex

#360776
(54,7,118)
0 Favorites   0 Comments

Color spaces of #360776

RGB 547118
HSL0.740.890.25
HSV265°94°46°
CMYK 0.540.940.00   0.54
XYZ4.86732.244217.3162
Yxy2.24420.19930.0919
Hunter Lab14.980731.7795-58.0471
CIE-Lab16.719944.6409-51.9444

#360776 color RGB value is (54,7,118).

#360776 hex color red value is 54, green value is 7 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #360776 hue: 0.74 , saturation: 0.89 and the lightness value of 360776 is 0.25.

The process color (four color CMYK) of #360776 color hex is 0.54, 0.94, 0.00, 0.54. Web safe color of #360776 is #330066. Color #360776 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00000111 01110110
Octal 66 7 166
Decimal 54 7 118
Hex 36 7 76

RGB Percentages of Color #360776

%30.17
%3.91
%65.92

CMYK Percentages of Color #360776

%54
%94
%0
%54

Triadic Colors of #360776

#360776 #763607 #077636

Analogous Colors of #360776

#360776 #6e0776 #070f76

Monochromatic Colors of #360776

#360776

Complementary Color

#360776 #477607

#360776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#360776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#360776 Color CSS Codes

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

#360776 Text Font Color

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

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


#360776 Background Color

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

This div background color is #360776


#360776 Border Color

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

This div border color is #360776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #360776


Comments

No comments written yet.

Please login to write comment.