Color Hex Logo

#5b306c Color Hex

#5B306C
(91,48,108)
0 Favorites   0 Comments

Color spaces of #5b306c

RGB 9148108
HSL0.790.380.31
HSV283°56°42°
CMYK 0.160.560.00   0.58
XYZ8.07815.420814.8079
Yxy5.42080.28540.1915
Hunter Lab23.282621.1875-21.4110
CIE-Lab27.901530.6029-27.1586

#5b306c color RGB value is (91,48,108).

#5b306c hex color red value is 91, green value is 48 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #5b306c hue: 0.79 , saturation: 0.38 and the lightness value of 5b306c is 0.31.

The process color (four color CMYK) of #5b306c color hex is 0.16, 0.56, 0.00, 0.58. Web safe color of #5b306c is #663366. Color #5b306c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 00110000 01101100
Octal 133 60 154
Decimal 91 48 108
Hex 5B 30 6C

RGB Percentages of Color #5b306c

%36.84
%19.43
%43.72

CMYK Percentages of Color #5b306c

%16
%56
%0
%58

Triadic Colors of #5b306c

#5b306c #6c5b30 #306c5b

Analogous Colors of #5b306c

#5b306c #6c305f #3d306c

Monochromatic Colors of #5b306c

#5b306c

Complementary Color

#5b306c #416c30

#5b306c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b306c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b306c Color CSS Codes

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

#5b306c Text Font Color

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

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


#5b306c Background Color

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

This div background color is #5b306c


#5b306c Border Color

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

This div border color is #5b306c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b306c


Comments

No comments written yet.

Please login to write comment.