Color Hex Logo

#5d357f Color Hex

#5D357F
(93,53,127)
0 Favorites   0 Comments

Color spaces of #5d357f

RGB 9353127
HSL0.760.410.35
HSV272°58°50°
CMYK 0.270.580.00   0.50
XYZ9.61816.405720.8082
Yxy6.40570.26110.1739
Hunter Lab25.309523.5419-31.0287
CIE-Lab30.413832.9394-35.1769

#5d357f color RGB value is (93,53,127).

#5d357f hex color red value is 93, green value is 53 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #5d357f hue: 0.76 , saturation: 0.41 and the lightness value of 5d357f is 0.35.

The process color (four color CMYK) of #5d357f color hex is 0.27, 0.58, 0.00, 0.50. Web safe color of #5d357f is #663366. Color #5d357f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00110101 01111111
Octal 135 65 177
Decimal 93 53 127
Hex 5D 35 7F

RGB Percentages of Color #5d357f

%34.07
%19.41
%46.52

CMYK Percentages of Color #5d357f

%27
%58
%0
%50

Triadic Colors of #5d357f

#5d357f #7f5d35 #357f5d

Analogous Colors of #5d357f

#5d357f #7f357c #38357f

Monochromatic Colors of #5d357f

#5d357f

Complementary Color

#5d357f #577f35

#5d357f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d357f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d357f Color CSS Codes

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

#5d357f Text Font Color

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

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


#5d357f Background Color

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

This div background color is #5d357f


#5d357f Border Color

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

This div border color is #5d357f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d357f


Comments

No comments written yet.

Please login to write comment.