Color Hex Logo

#360cb2 Color Hex

#360CB2
(54,12,178)
0 Favorites   0 Comments

Color spaces of #360cb2

RGB 5412178
HSL0.710.870.37
HSV255°93°70°
CMYK 0.700.930.00   0.30
XYZ9.68874.261642.4314
Yxy4.26160.17180.0756
Hunter Lab20.643647.6492-107.4154
CIE-Lab24.518158.9206-76.2263

#360cb2 color RGB value is (54,12,178).

#360cb2 hex color red value is 54, green value is 12 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #360cb2 hue: 0.71 , saturation: 0.87 and the lightness value of 360cb2 is 0.37.

The process color (four color CMYK) of #360cb2 color hex is 0.70, 0.93, 0.00, 0.30. Web safe color of #360cb2 is #330099. Color #360cb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00001100 10110010
Octal 66 14 262
Decimal 54 12 178
Hex 36 C B2

RGB Percentages of Color #360cb2

%22.13
%4.92
%72.95

CMYK Percentages of Color #360cb2

%70
%93
%0
%30

Triadic Colors of #360cb2

#360cb2 #b2360c #0cb236

Analogous Colors of #360cb2

#360cb2 #890cb2 #0c35b2

Monochromatic Colors of #360cb2

#360cb2

Complementary Color

#360cb2 #88b20c

#360cb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#360cb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#360cb2 Color CSS Codes

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

#360cb2 Text Font Color

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

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


#360cb2 Background Color

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

This div background color is #360cb2


#360cb2 Border Color

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

This div border color is #360cb2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,12,178, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #360cb2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #360cb2;
  -webkit-box-shadow: 1px 1px 3px 2px #360cb2;
  box-shadow:         1px 1px 3px 2px #360cb2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #360cb2


Comments

No comments written yet.

Please login to write comment.