Color Hex Logo

#5b148c Color Hex

#5B148C
(91,20,140)
0 Favorites   0 Comments

Color spaces of #5b148c

RGB 9120140
HSL0.770.750.31
HSV276°86°55°
CMYK 0.350.860.00   0.45
XYZ9.29824.617925.2122
Yxy4.61790.23760.1180
Hunter Lab21.489339.6288-54.5191
CIE-Lab25.617251.0019-51.0599

#5b148c color RGB value is (91,20,140).

#5b148c hex color red value is 91, green value is 20 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #5b148c hue: 0.77 , saturation: 0.75 and the lightness value of 5b148c is 0.31.

The process color (four color CMYK) of #5b148c color hex is 0.35, 0.86, 0.00, 0.45. Web safe color of #5b148c is #660099. Color #5b148c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 00010100 10001100
Octal 133 24 214
Decimal 91 20 140
Hex 5B 14 8C

RGB Percentages of Color #5b148c

%36.25
%7.97
%55.78

CMYK Percentages of Color #5b148c

%35
%86
%0
%45

Triadic Colors of #5b148c

#5b148c #8c5b14 #148c5b

Analogous Colors of #5b148c

#5b148c #8c1481 #1f148c

Monochromatic Colors of #5b148c

#5b148c

Complementary Color

#5b148c #458c14

#5b148c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b148c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b148c Color CSS Codes

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

#5b148c Text Font Color

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

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


#5b148c Background Color

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

This div background color is #5b148c


#5b148c Border Color

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

This div border color is #5b148c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b148c


Comments

No comments written yet.

Please login to write comment.