Color Hex Logo

#5b3486 Color Hex

#5B3486
(91,52,134)
0 Favorites   0 Comments

Color spaces of #5b3486

RGB 9152134
HSL0.750.440.36
HSV269°61°53°
CMYK 0.320.610.00   0.47
XYZ9.84556.401423.2709
Yxy6.40140.24910.1620
Hunter Lab25.301025.1839-36.8220
CIE-Lab30.403434.8062-39.5712

#5b3486 color RGB value is (91,52,134).

#5b3486 hex color red value is 91, green value is 52 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #5b3486 hue: 0.75 , saturation: 0.44 and the lightness value of 5b3486 is 0.36.

The process color (four color CMYK) of #5b3486 color hex is 0.32, 0.61, 0.00, 0.47. Web safe color of #5b3486 is #663399. Color #5b3486 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 00110100 10000110
Octal 133 64 206
Decimal 91 52 134
Hex 5B 34 86

RGB Percentages of Color #5b3486

%32.85
%18.77
%48.38

CMYK Percentages of Color #5b3486

%32
%61
%0
%47

Triadic Colors of #5b3486

#5b3486 #865b34 #34865b

Analogous Colors of #5b3486

#5b3486 #843486 #343686

Monochromatic Colors of #5b3486

#5b3486

Complementary Color

#5b3486 #5f8634

#5b3486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b3486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b3486 Color CSS Codes

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

#5b3486 Text Font Color

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

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


#5b3486 Background Color

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

This div background color is #5b3486


#5b3486 Border Color

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

This div border color is #5b3486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b3486


Comments

No comments written yet.

Please login to write comment.