Color Hex Logo

#5b4ceb Color Hex

#5B4CEB
(91,76,235)
0 Favorites   0 Comments

Color spaces of #5b4ceb

RGB 9176235
HSL0.680.800.61
HSV246°68°92°
CMYK 0.610.680.00   0.08
XYZ21.894213.391280.0281
Yxy13.39120.18990.1161
Hunter Lab36.594042.7572-104.0467
CIE-Lab43.346950.6967-78.1696

#5b4ceb color RGB value is (91,76,235).

#5b4ceb hex color red value is 91, green value is 76 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5b4ceb hue: 0.68 , saturation: 0.80 and the lightness value of 5b4ceb is 0.61.

The process color (four color CMYK) of #5b4ceb color hex is 0.61, 0.68, 0.00, 0.08. Web safe color of #5b4ceb is #6633ff. Color #5b4ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01001100 11101011
Octal 133 114 353
Decimal 91 76 235
Hex 5B 4C EB

RGB Percentages of Color #5b4ceb

%22.64
%18.91
%58.46

CMYK Percentages of Color #5b4ceb

%61
%68
%0
%8

Triadic Colors of #5b4ceb

#5b4ceb #eb5b4c #4ceb5b

Analogous Colors of #5b4ceb

#5b4ceb #ab4ceb #4c8deb

Monochromatic Colors of #5b4ceb

#5b4ceb

Complementary Color

#5b4ceb #dceb4c

#5b4ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b4ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b4ceb Color CSS Codes

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

#5b4ceb Text Font Color

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

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


#5b4ceb Background Color

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

This div background color is #5b4ceb


#5b4ceb Border Color

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

This div border color is #5b4ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b4ceb


Comments

No comments written yet.

Please login to write comment.