Color Hex Logo

#5d355f Color Hex

#5D355F
(93,53,95)
0 Favorites   0 Comments

Color spaces of #5d355f

RGB 935395
HSL0.830.280.29
HSV297°44°37°
CMYK 0.020.440.00   0.63
XYZ7.85295.699611.5127
Yxy5.69960.31330.2274
Hunter Lab23.873816.9354-11.8798
CIE-Lab28.641625.3507-17.6052

#5d355f color RGB value is (93,53,95).

#5d355f hex color red value is 93, green value is 53 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #5d355f hue: 0.83 , saturation: 0.28 and the lightness value of 5d355f is 0.29.

The process color (four color CMYK) of #5d355f color hex is 0.02, 0.44, 0.00, 0.63. Web safe color of #5d355f is #663366. Color #5d355f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00110101 01011111
Octal 135 65 137
Decimal 93 53 95
Hex 5D 35 5F

RGB Percentages of Color #5d355f

%38.59
%21.99
%39.42

CMYK Percentages of Color #5d355f

%2
%44
%0
%63

Triadic Colors of #5d355f

#5d355f #5f5d35 #355f5d

Analogous Colors of #5d355f

#5d355f #5f354c #48355f

Monochromatic Colors of #5d355f

#5d355f

Complementary Color

#5d355f #375f35

#5d355f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d355f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d355f Color CSS Codes

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

#5d355f Text Font Color

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

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


#5d355f Background Color

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

This div background color is #5d355f


#5d355f Border Color

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

This div border color is #5d355f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d355f


Comments

No comments written yet.

Please login to write comment.