Color Hex Logo

#5d3393 Color Hex

#5D3393
(93,51,147)
0 Favorites   0 Comments

Color spaces of #5d3393

RGB 9351147
HSL0.740.480.39
HSV266°65°58°
CMYK 0.370.650.00   0.42
XYZ10.96456.801428.3387
Yxy6.80140.23780.1475
Hunter Lab26.079529.4069-46.1705
CIE-Lab31.350439.3030-46.0551

#5d3393 color RGB value is (93,51,147).

#5d3393 hex color red value is 93, green value is 51 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #5d3393 hue: 0.74 , saturation: 0.48 and the lightness value of 5d3393 is 0.39.

The process color (four color CMYK) of #5d3393 color hex is 0.37, 0.65, 0.00, 0.42. Web safe color of #5d3393 is #663399. Color #5d3393 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00110011 10010011
Octal 135 63 223
Decimal 93 51 147
Hex 5D 33 93

RGB Percentages of Color #5d3393

%31.96
%17.53
%50.52

CMYK Percentages of Color #5d3393

%37
%65
%0
%42

Triadic Colors of #5d3393

#5d3393 #935d33 #33935d

Analogous Colors of #5d3393

#5d3393 #8d3393 #333993

Monochromatic Colors of #5d3393

#5d3393

Complementary Color

#5d3393 #699333

#5d3393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d3393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d3393 Color CSS Codes

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

#5d3393 Text Font Color

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

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


#5d3393 Background Color

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

This div background color is #5d3393


#5d3393 Border Color

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

This div border color is #5d3393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d3393


Comments

No comments written yet.

Please login to write comment.