Color Hex Logo

#361447 Color Hex

#361447
(54,20,71)
0 Favorites   0 Comments

Color spaces of #361447

RGB 542071
HSL0.780.560.18
HSV280°72°28°
CMYK 0.240.720.00   0.72
XYZ2.90881.73956.1437
Yxy1.73950.26950.1612
Hunter Lab13.189016.2869-18.3861
CIE-Lab14.056126.8448-24.8894

#361447 color RGB value is (54,20,71).

#361447 hex color red value is 54, green value is 20 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #361447 hue: 0.78 , saturation: 0.56 and the lightness value of 361447 is 0.18.

The process color (four color CMYK) of #361447 color hex is 0.24, 0.72, 0.00, 0.72. Web safe color of #361447 is #330033. Color #361447 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00010100 01000111
Octal 66 24 107
Decimal 54 20 71
Hex 36 14 47

RGB Percentages of Color #361447

%37.24
%13.79
%48.97

CMYK Percentages of Color #361447

%24
%72
%0
%72

Triadic Colors of #361447

#361447 #473614 #144736

Analogous Colors of #361447

#361447 #47143f #1d1447

Monochromatic Colors of #361447

#361447

Complementary Color

#361447 #254714

#361447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#361447 Color CSS Codes

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

#361447 Text Font Color

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

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


#361447 Background Color

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

This div background color is #361447


#361447 Border Color

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

This div border color is #361447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361447


Comments

No comments written yet.

Please login to write comment.