Color Hex Logo

#361371 Color Hex

#361371
(54,19,113)
0 Favorites   0 Comments

Color spaces of #361371

RGB 5419113
HSL0.730.710.26
HSV262°83°44°
CMYK 0.520.830.00   0.56
XYZ4.73482.442315.8446
Yxy2.44230.20570.1061
Hunter Lab15.627926.7317-49.1728
CIE-Lab17.655638.9072-47.1702

#361371 color RGB value is (54,19,113).

#361371 hex color red value is 54, green value is 19 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #361371 hue: 0.73 , saturation: 0.71 and the lightness value of 361371 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00010011 01110001
Octal 66 23 161
Decimal 54 19 113
Hex 36 13 71

RGB Percentages of Color #361371

%29.03
%10.22
%60.75

CMYK Percentages of Color #361371

%52
%83
%0
%56

Triadic Colors of #361371

#361371 #713613 #137136

Analogous Colors of #361371

#361371 #651371 #131f71

Monochromatic Colors of #361371

#361371

Complementary Color

#361371 #4e7113

#361371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#361371 Color CSS Codes

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

#361371 Text Font Color

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

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


#361371 Background Color

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

This div background color is #361371


#361371 Border Color

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

This div border color is #361371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361371


Comments

No comments written yet.

Please login to write comment.