Color Hex Logo

#361876 Color Hex

#361876
(54,24,118)
0 Favorites   0 Comments

Color spaces of #361876

RGB 5424118
HSL0.720.660.28
HSV259°80°46°
CMYK 0.540.800.00   0.54
XYZ5.11802.745517.3997
Yxy2.74550.20260.1087
Hunter Lab16.569626.1383-50.6618
CIE-Lab18.994437.9716-48.1967

#361876 color RGB value is (54,24,118).

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

The process color (four color CMYK) of #361876 color hex is 0.54, 0.80, 0.00, 0.54. Web safe color of #361876 is #330066. Color #361876 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011000 01110110
Octal 66 30 166
Decimal 54 24 118
Hex 36 18 76

RGB Percentages of Color #361876

%27.55
%12.24
%60.20

CMYK Percentages of Color #361876

%54
%80
%0
%54

Triadic Colors of #361876

#361876 #763618 #187636

Analogous Colors of #361876

#361876 #651876 #182976

Monochromatic Colors of #361876

#361876

Complementary Color

#361876 #587618

#361876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#361876 Color CSS Codes

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

#361876 Text Font Color

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

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


#361876 Background Color

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

This div background color is #361876


#361876 Border Color

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

This div border color is #361876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361876


Comments

No comments written yet.

Please login to write comment.