Color Hex Logo

#5d368d Color Hex

#5D368D
(93,54,141)
0 Favorites   0 Comments

Color spaces of #5d368d

RGB 9354141
HSL0.740.450.38
HSV267°62°55°
CMYK 0.340.620.00   0.45
XYZ10.64116.888625.9681
Yxy6.88860.24460.1584
Hunter Lab26.246126.4394-40.2896
CIE-Lab31.551936.0175-42.0429

#5d368d color RGB value is (93,54,141).

#5d368d hex color red value is 93, green value is 54 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #5d368d hue: 0.74 , saturation: 0.45 and the lightness value of 5d368d is 0.38.

The process color (four color CMYK) of #5d368d color hex is 0.34, 0.62, 0.00, 0.45. Web safe color of #5d368d is #663399. Color #5d368d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00110110 10001101
Octal 135 66 215
Decimal 93 54 141
Hex 5D 36 8D

RGB Percentages of Color #5d368d

%32.29
%18.75
%48.96

CMYK Percentages of Color #5d368d

%34
%62
%0
%45

Triadic Colors of #5d368d

#5d368d #8d5d36 #368d5d

Analogous Colors of #5d368d

#5d368d #89368d #363b8d

Monochromatic Colors of #5d368d

#5d368d

Complementary Color

#5d368d #668d36

#5d368d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d368d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d368d Color CSS Codes

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

#5d368d Text Font Color

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

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


#5d368d Background Color

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

This div background color is #5d368d


#5d368d Border Color

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

This div border color is #5d368d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d368d


Comments

No comments written yet.

Please login to write comment.