Color Hex Logo

#5b318d Color Hex

#5B318D
(91,49,141)
0 Favorites   0 Comments

Color spaces of #5b318d

RGB 9149141
HSL0.740.480.37
HSV267°65°55°
CMYK 0.350.650.00   0.45
XYZ10.22046.343925.8851
Yxy6.34390.24080.1494
Hunter Lab25.187128.3542-43.3021
CIE-Lab30.264038.3503-44.1312

#5b318d color RGB value is (91,49,141).

#5b318d hex color red value is 91, green value is 49 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #5b318d hue: 0.74 , saturation: 0.48 and the lightness value of 5b318d is 0.37.

The process color (four color CMYK) of #5b318d color hex is 0.35, 0.65, 0.00, 0.45. Web safe color of #5b318d is #663399. Color #5b318d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 00110001 10001101
Octal 133 61 215
Decimal 91 49 141
Hex 5B 31 8D

RGB Percentages of Color #5b318d

%32.38
%17.44
%50.18

CMYK Percentages of Color #5b318d

%35
%65
%0
%45

Triadic Colors of #5b318d

#5b318d #8d5b31 #318d5b

Analogous Colors of #5b318d

#5b318d #89318d #31358d

Monochromatic Colors of #5b318d

#5b318d

Complementary Color

#5b318d #638d31

#5b318d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b318d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b318d Color CSS Codes

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

#5b318d Text Font Color

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

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


#5b318d Background Color

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

This div background color is #5b318d


#5b318d Border Color

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

This div border color is #5b318d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,49,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 #5b318d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b318d


Comments

No comments written yet.

Please login to write comment.