Color Hex Logo

#361779 Color Hex

#361779
(54,23,121)
0 Favorites   0 Comments

Color spaces of #361779

RGB 5423121
HSL0.720.680.28
HSV259°81°47°
CMYK 0.550.810.00   0.53
XYZ5.27892.777518.3470
Yxy2.77750.19990.1052
Hunter Lab16.665827.3746-53.6048
CIE-Lab19.129839.3461-49.8981

#361779 color RGB value is (54,23,121).

#361779 hex color red value is 54, green value is 23 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #361779 hue: 0.72 , saturation: 0.68 and the lightness value of 361779 is 0.28.

The process color (four color CMYK) of #361779 color hex is 0.55, 0.81, 0.00, 0.53. Web safe color of #361779 is #330066. Color #361779 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00010111 01111001
Octal 66 27 171
Decimal 54 23 121
Hex 36 17 79

RGB Percentages of Color #361779

%27.27
%11.62
%61.11

CMYK Percentages of Color #361779

%55
%81
%0
%53

Triadic Colors of #361779

#361779 #793617 #177936

Analogous Colors of #361779

#361779 #671779 #172979

Monochromatic Colors of #361779

#361779

Complementary Color

#361779 #5a7917

#361779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#361779 Color CSS Codes

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

#361779 Text Font Color

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

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


#361779 Background Color

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

This div background color is #361779


#361779 Border Color

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

This div border color is #361779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361779


Comments

No comments written yet.

Please login to write comment.