Color Hex Logo

#5d3586 Color Hex

#5D3586
(93,53,134)
0 Favorites   0 Comments

Color spaces of #5d3586

RGB 9353134
HSL0.750.430.37
HSV270°60°53°
CMYK 0.310.600.00   0.47
XYZ10.09046.594623.2953
Yxy6.59460.25240.1649
Hunter Lab25.680025.1979-35.8083
CIE-Lab30.865634.7449-38.8160

#5d3586 color RGB value is (93,53,134).

#5d3586 hex color red value is 93, green value is 53 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #5d3586 hue: 0.75 , saturation: 0.43 and the lightness value of 5d3586 is 0.37.

The process color (four color CMYK) of #5d3586 color hex is 0.31, 0.60, 0.00, 0.47. Web safe color of #5d3586 is #663399. Color #5d3586 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00110101 10000110
Octal 135 65 206
Decimal 93 53 134
Hex 5D 35 86

RGB Percentages of Color #5d3586

%33.21
%18.93
%47.86

CMYK Percentages of Color #5d3586

%31
%60
%0
%47

Triadic Colors of #5d3586

#5d3586 #865d35 #35865d

Analogous Colors of #5d3586

#5d3586 #863586 #353586

Monochromatic Colors of #5d3586

#5d3586

Complementary Color

#5d3586 #5e8635

#5d3586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d3586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d3586 Color CSS Codes

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

#5d3586 Text Font Color

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

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


#5d3586 Background Color

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

This div background color is #5d3586


#5d3586 Border Color

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

This div border color is #5d3586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d3586


Comments

No comments written yet.

Please login to write comment.