Color Hex Logo

#5d364b Color Hex

#5D364B
(93,54,75)
0 Favorites   0 Comments

Color spaces of #5d364b

RGB 935475
HSL0.910.270.29
HSV328°42°36°
CMYK 0.000.420.19   0.64
XYZ7.10345.47357.3387
Yxy5.47350.35670.2748
Hunter Lab23.395513.2544-2.2212
CIE-Lab28.043320.7684-5.4555

#5d364b color RGB value is (93,54,75).

#5d364b hex color red value is 93, green value is 54 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #5d364b hue: 0.91 , saturation: 0.27 and the lightness value of 5d364b is 0.29.

The process color (four color CMYK) of #5d364b color hex is 0.00, 0.42, 0.19, 0.64. Web safe color of #5d364b is #663333. Color #5d364b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00110110 01001011
Octal 135 66 113
Decimal 93 54 75
Hex 5D 36 4B

RGB Percentages of Color #5d364b

%41.89
%24.32
%33.78

CMYK Percentages of Color #5d364b

%0
%42
%19
%64

Triadic Colors of #5d364b

#5d364b #4b5d36 #364b5d

Analogous Colors of #5d364b

#5d364b #5d3638 #5c365d

Monochromatic Colors of #5d364b

#5d364b

Complementary Color

#5d364b #365d48

#5d364b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d364b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d364b Color CSS Codes

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

#5d364b Text Font Color

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

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


#5d364b Background Color

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

This div background color is #5d364b


#5d364b Border Color

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

This div border color is #5d364b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,54,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5d364b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5d364b;
  -webkit-box-shadow: 1px 1px 3px 2px #5d364b;
  box-shadow:         1px 1px 3px 2px #5d364b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d364b


Comments

No comments written yet.

Please login to write comment.