Color Hex Logo

#361389 Color Hex

#361389
(54,19,137)
0 Favorites   0 Comments

Color spaces of #361389

RGB 5419137
HSL0.720.760.31
HSV258°86°54°
CMYK 0.610.860.00   0.46
XYZ6.26963.056223.9264
Yxy3.05620.18850.0919
Hunter Lab17.482033.4223-68.9088
CIE-Lab20.267645.6986-58.1591

#361389 color RGB value is (54,19,137).

#361389 hex color red value is 54, green value is 19 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #361389 hue: 0.72 , saturation: 0.76 and the lightness value of 361389 is 0.31.

The process color (four color CMYK) of #361389 color hex is 0.61, 0.86, 0.00, 0.46. Web safe color of #361389 is #330099. Color #361389 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00010011 10001001
Octal 66 23 211
Decimal 54 19 137
Hex 36 13 89

RGB Percentages of Color #361389

%25.71
%9.05
%65.24

CMYK Percentages of Color #361389

%61
%86
%0
%46

Triadic Colors of #361389

#361389 #893613 #138936

Analogous Colors of #361389

#361389 #711389 #132b89

Monochromatic Colors of #361389

#361389

Complementary Color

#361389 #668913

#361389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#361389 Color CSS Codes

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

#361389 Text Font Color

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

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


#361389 Background Color

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

This div background color is #361389


#361389 Border Color

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

This div border color is #361389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361389


Comments

No comments written yet.

Please login to write comment.