Color Hex Logo

#5d486f Color Hex

#5D486F
(93,72,111)
0 Favorites   0 Comments

Color spaces of #5d486f

RGB 9372111
HSL0.760.210.36
HSV272°35°44°
CMYK 0.160.350.00   0.56
XYZ9.70088.109616.0929
Yxy8.10960.28610.2392
Hunter Lab28.477410.9706-13.5713
CIE-Lab34.210117.2418-19.1746

#5d486f color RGB value is (93,72,111).

#5d486f hex color red value is 93, green value is 72 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #5d486f hue: 0.76 , saturation: 0.21 and the lightness value of 5d486f is 0.36.

The process color (four color CMYK) of #5d486f color hex is 0.16, 0.35, 0.00, 0.56. Web safe color of #5d486f is #663366. Color #5d486f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01001000 01101111
Octal 135 110 157
Decimal 93 72 111
Hex 5D 48 6F

RGB Percentages of Color #5d486f

%33.70
%26.09
%40.22

CMYK Percentages of Color #5d486f

%16
%35
%0
%56

Triadic Colors of #5d486f

#5d486f #6f5d48 #486f5d

Analogous Colors of #5d486f

#5d486f #6f486e #4a486f

Monochromatic Colors of #5d486f

#5d486f

Complementary Color

#5d486f #5a6f48

#5d486f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d486f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d486f Color CSS Codes

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

#5d486f Text Font Color

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

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


#5d486f Background Color

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

This div background color is #5d486f


#5d486f Border Color

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

This div border color is #5d486f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d486f


Comments

No comments written yet.

Please login to write comment.