Color Hex Logo

#5b17ce Color Hex

#5B17CE
(91,23,206)
0 Favorites   0 Comments

Color spaces of #5b17ce

RGB 9123206
HSL0.730.800.45
HSV262°89°81°
CMYK 0.560.890.00   0.19
XYZ15.76147.293258.9695
Yxy7.29320.19220.0889
Hunter Lab27.005956.9171-110.5601
CIE-Lab32.465365.7959-79.4635

#5b17ce color RGB value is (91,23,206).

#5b17ce hex color red value is 91, green value is 23 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5b17ce hue: 0.73 , saturation: 0.80 and the lightness value of 5b17ce is 0.45.

The process color (four color CMYK) of #5b17ce color hex is 0.56, 0.89, 0.00, 0.19. Web safe color of #5b17ce is #6600cc. Color #5b17ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 00010111 11001110
Octal 133 27 316
Decimal 91 23 206
Hex 5B 17 CE

RGB Percentages of Color #5b17ce

%28.44
%7.19
%64.38

CMYK Percentages of Color #5b17ce

%56
%89
%0
%19

Triadic Colors of #5b17ce

#5b17ce #ce5b17 #17ce5b

Analogous Colors of #5b17ce

#5b17ce #b717ce #172ece

Monochromatic Colors of #5b17ce

#5b17ce

Complementary Color

#5b17ce #8ace17

#5b17ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b17ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b17ce Color CSS Codes

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

#5b17ce Text Font Color

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

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


#5b17ce Background Color

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

This div background color is #5b17ce


#5b17ce Border Color

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

This div border color is #5b17ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b17ce


Comments

No comments written yet.

Please login to write comment.