Color Hex Logo

#5c315c Color Hex

#5C315C
(92,49,92)
0 Favorites   0 Comments

Color spaces of #5c315c

RGB 924992
HSL0.830.300.28
HSV300°47°36°
CMYK 0.000.470.00   0.64
XYZ7.44375.244610.7452
Yxy5.24460.31770.2238
Hunter Lab22.901117.9422-11.7881
CIE-Lab27.420626.7634-17.5603

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

#5c315c hex color red value is 92, green value is 49 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #5c315c hue: 0.83 , saturation: 0.30 and the lightness value of 5c315c is 0.28.

The process color (four color CMYK) of #5c315c color hex is 0.00, 0.47, 0.00, 0.64. Web safe color of #5c315c is #663366. Color #5c315c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 00110001 01011100
Octal 134 61 134
Decimal 92 49 92
Hex 5C 31 5C

RGB Percentages of Color #5c315c

%39.48
%21.03
%39.48

CMYK Percentages of Color #5c315c

%0
%47
%0
%64

Triadic Colors of #5c315c

#5c315c #5c5c31 #315c5c

Analogous Colors of #5c315c

#5c315c #5c3147 #47315c

Monochromatic Colors of #5c315c

#5c315c

Complementary Color

#5c315c #315c31

#5c315c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c315c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c315c Color CSS Codes

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

#5c315c Text Font Color

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

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


#5c315c Background Color

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

This div background color is #5c315c


#5c315c Border Color

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

This div border color is #5c315c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c315c


Comments

No comments written yet.

Please login to write comment.