Color Hex Logo

#5b38ba Color Hex

#5B38BA
(91,56,186)
0 Favorites   0 Comments

Color spaces of #5b38ba

RGB 9156186
HSL0.710.540.47
HSV256°70°73°
CMYK 0.510.700.00   0.27
XYZ14.59158.597747.3448
Yxy8.59770.20690.1219
Hunter Lab29.321837.5142-75.2079
CIE-Lab35.197947.0454-63.2469

#5b38ba color RGB value is (91,56,186).

#5b38ba hex color red value is 91, green value is 56 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5b38ba hue: 0.71 , saturation: 0.54 and the lightness value of 5b38ba is 0.47.

The process color (four color CMYK) of #5b38ba color hex is 0.51, 0.70, 0.00, 0.27. Web safe color of #5b38ba is #6633cc. Color #5b38ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 00111000 10111010
Octal 133 70 272
Decimal 91 56 186
Hex 5B 38 BA

RGB Percentages of Color #5b38ba

%27.33
%16.82
%55.86

CMYK Percentages of Color #5b38ba

%51
%70
%0
%27

Triadic Colors of #5b38ba

#5b38ba #ba5b38 #38ba5b

Analogous Colors of #5b38ba

#5b38ba #9c38ba #3856ba

Monochromatic Colors of #5b38ba

#5b38ba

Complementary Color

#5b38ba #97ba38

#5b38ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b38ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b38ba Color CSS Codes

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

#5b38ba Text Font Color

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

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


#5b38ba Background Color

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

This div background color is #5b38ba


#5b38ba Border Color

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

This div border color is #5b38ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b38ba


Comments

No comments written yet.

Please login to write comment.