Color Hex Logo

#5c0368 Color Hex

#5C0368
(92,3,104)
0 Favorites   0 Comments

Color spaces of #5c0368

RGB 923104
HSL0.810.940.21
HSV293°97°41°
CMYK 0.120.970.00   0.59
XYZ6.94493.339913.3753
Yxy3.33990.29350.1412
Hunter Lab18.275435.8505-30.6001
CIE-Lab21.356848.0114-35.0127

#5c0368 color RGB value is (92,3,104).

#5c0368 hex color red value is 92, green value is 3 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #5c0368 hue: 0.81 , saturation: 0.94 and the lightness value of 5c0368 is 0.21.

The process color (four color CMYK) of #5c0368 color hex is 0.12, 0.97, 0.00, 0.59. Web safe color of #5c0368 is #660066. Color #5c0368 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 00000011 01101000
Octal 134 3 150
Decimal 92 3 104
Hex 5C 3 68

RGB Percentages of Color #5c0368

%46.23
%1.51
%52.26

CMYK Percentages of Color #5c0368

%12
%97
%0
%59

Triadic Colors of #5c0368

#5c0368 #685c03 #03685c

Analogous Colors of #5c0368

#5c0368 #680341 #2a0368

Monochromatic Colors of #5c0368

#5c0368

Complementary Color

#5c0368 #0f6803

#5c0368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c0368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c0368 Color CSS Codes

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

#5c0368 Text Font Color

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

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


#5c0368 Background Color

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

This div background color is #5c0368


#5c0368 Border Color

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

This div border color is #5c0368


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,3,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5c0368; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5c0368;
  -webkit-box-shadow: 1px 1px 3px 2px #5c0368;
  box-shadow:         1px 1px 3px 2px #5c0368; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,3,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c0368


Comments

No comments written yet.

Please login to write comment.