Color Hex Logo

#5c395f Color Hex

#5C395F
(92,57,95)
0 Favorites   0 Comments

Color spaces of #5c395f

RGB 925795
HSL0.820.250.30
HSV295°40°37°
CMYK 0.030.400.00   0.63
XYZ7.94236.027811.5713
Yxy6.02780.31100.2360
Hunter Lab24.551614.7785-10.7576
CIE-Lab29.482522.5493-16.3155

#5c395f color RGB value is (92,57,95).

#5c395f hex color red value is 92, green value is 57 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #5c395f hue: 0.82 , saturation: 0.25 and the lightness value of 5c395f is 0.30.

The process color (four color CMYK) of #5c395f color hex is 0.03, 0.40, 0.00, 0.63. Web safe color of #5c395f is #663366. Color #5c395f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 00111001 01011111
Octal 134 71 137
Decimal 92 57 95
Hex 5C 39 5F

RGB Percentages of Color #5c395f

%37.70
%23.36
%38.93

CMYK Percentages of Color #5c395f

%3
%40
%0
%63

Triadic Colors of #5c395f

#5c395f #5f5c39 #395f5c

Analogous Colors of #5c395f

#5c395f #5f394f #49395f

Monochromatic Colors of #5c395f

#5c395f

Complementary Color

#5c395f #3c5f39

#5c395f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c395f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c395f Color CSS Codes

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

#5c395f Text Font Color

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

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


#5c395f Background Color

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

This div background color is #5c395f


#5c395f Border Color

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

This div border color is #5c395f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c395f


Comments

No comments written yet.

Please login to write comment.