Color Hex Logo

#5c356d Color Hex

#5C356D
(92,53,109)
0 Favorites   0 Comments

Color spaces of #5c356d

RGB 9253109
HSL0.780.350.32
HSV282°51°43°
CMYK 0.160.510.00   0.57
XYZ8.44715.925615.1666
Yxy5.92560.28600.2006
Hunter Lab24.342619.3417-19.9008
CIE-Lab29.224028.2000-25.7023

#5c356d color RGB value is (92,53,109).

#5c356d hex color red value is 92, green value is 53 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #5c356d hue: 0.78 , saturation: 0.35 and the lightness value of 5c356d is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 00110101 01101101
Octal 134 65 155
Decimal 92 53 109
Hex 5C 35 6D

RGB Percentages of Color #5c356d

%36.22
%20.87
%42.91

CMYK Percentages of Color #5c356d

%16
%51
%0
%57

Triadic Colors of #5c356d

#5c356d #6d5c35 #356d5c

Analogous Colors of #5c356d

#5c356d #6d3562 #40356d

Monochromatic Colors of #5c356d

#5c356d

Complementary Color

#5c356d #466d35

#5c356d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c356d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c356d Color CSS Codes

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

#5c356d Text Font Color

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

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


#5c356d Background Color

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

This div background color is #5c356d


#5c356d Border Color

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

This div border color is #5c356d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c356d


Comments

No comments written yet.

Please login to write comment.