Color Hex Logo

#360971 Color Hex

#360971
(54,9,113)
0 Favorites   0 Comments

Color spaces of #360971

RGB 549113
HSL0.740.850.24
HSV266°92°44°
CMYK 0.520.920.00   0.56
XYZ4.59962.171915.7996
Yxy2.17190.20380.0962
Hunter Lab14.737429.9203-53.2473
CIE-Lab16.364742.7036-49.2962

#360971 color RGB value is (54,9,113).

#360971 hex color red value is 54, green value is 9 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #360971 hue: 0.74 , saturation: 0.85 and the lightness value of 360971 is 0.24.

The process color (four color CMYK) of #360971 color hex is 0.52, 0.92, 0.00, 0.56. Web safe color of #360971 is #330066. Color #360971 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00001001 01110001
Octal 66 11 161
Decimal 54 9 113
Hex 36 9 71

RGB Percentages of Color #360971

%30.68
%5.11
%64.20

CMYK Percentages of Color #360971

%52
%92
%0
%56

Triadic Colors of #360971

#360971 #713609 #097136

Analogous Colors of #360971

#360971 #6a0971 #091071

Monochromatic Colors of #360971

#360971

Complementary Color

#360971 #447109

#360971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#360971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#360971 Color CSS Codes

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

#360971 Text Font Color

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

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


#360971 Background Color

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

This div background color is #360971


#360971 Border Color

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

This div border color is #360971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #360971


Comments

No comments written yet.

Please login to write comment.