Color Hex Logo

#5b318f Color Hex

#5B318F
(91,49,143)
0 Favorites   0 Comments

Color spaces of #5b318f

RGB 9149143
HSL0.740.490.38
HSV267°66°56°
CMYK 0.360.660.00   0.44
XYZ10.37066.403926.6761
Yxy6.40390.23870.1474
Hunter Lab25.305928.8656-44.7861
CIE-Lab30.409438.8827-45.1299

#5b318f color RGB value is (91,49,143).

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

The process color (four color CMYK) of #5b318f color hex is 0.36, 0.66, 0.00, 0.44. Web safe color of #5b318f is #663399. Color #5b318f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 00110001 10001111
Octal 133 61 217
Decimal 91 49 143
Hex 5B 31 8F

RGB Percentages of Color #5b318f

%32.16
%17.31
%50.53

CMYK Percentages of Color #5b318f

%36
%66
%0
%44

Triadic Colors of #5b318f

#5b318f #8f5b31 #318f5b

Analogous Colors of #5b318f

#5b318f #8a318f #31368f

Monochromatic Colors of #5b318f

#5b318f

Complementary Color

#5b318f #658f31

#5b318f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b318f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b318f Color CSS Codes

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

#5b318f Text Font Color

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

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


#5b318f Background Color

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

This div background color is #5b318f


#5b318f Border Color

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

This div border color is #5b318f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,49,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b318f


Comments

No comments written yet.

Please login to write comment.