Color Hex Logo

#5c316e Color Hex

#5C316E
(92,49,110)
0 Favorites   0 Comments

Color spaces of #5c316e

RGB 9249110
HSL0.780.380.31
HSV282°55°43°
CMYK 0.160.550.00   0.57
XYZ8.32645.597715.3935
Yxy5.59770.28400.1909
Hunter Lab23.659521.4149-22.0141
CIE-Lab28.373930.7961-27.6824

#5c316e color RGB value is (92,49,110).

#5c316e hex color red value is 92, green value is 49 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #5c316e hue: 0.78 , saturation: 0.38 and the lightness value of 5c316e is 0.31.

The process color (four color CMYK) of #5c316e color hex is 0.16, 0.55, 0.00, 0.57. Web safe color of #5c316e is #663366. Color #5c316e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 00110001 01101110
Octal 134 61 156
Decimal 92 49 110
Hex 5C 31 6E

RGB Percentages of Color #5c316e

%36.65
%19.52
%43.82

CMYK Percentages of Color #5c316e

%16
%55
%0
%57

Triadic Colors of #5c316e

#5c316e #6e5c31 #316e5c

Analogous Colors of #5c316e

#5c316e #6e3161 #3e316e

Monochromatic Colors of #5c316e

#5c316e

Complementary Color

#5c316e #436e31

#5c316e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c316e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c316e Color CSS Codes

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

#5c316e Text Font Color

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

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


#5c316e Background Color

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

This div background color is #5c316e


#5c316e Border Color

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

This div border color is #5c316e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c316e


Comments

No comments written yet.

Please login to write comment.