Color Hex Logo

#5b4eef Color Hex

#5B4EEF
(91,78,239)
0 Favorites   0 Comments

Color spaces of #5b4eef

RGB 9178239
HSL0.680.830.62
HSV245°67°94°
CMYK 0.620.670.00   0.06
XYZ22.618813.904983.1531
Yxy13.90490.18900.1162
Hunter Lab37.289343.0177-106.1111
CIE-Lab44.096250.8113-79.1970

#5b4eef color RGB value is (91,78,239).

#5b4eef hex color red value is 91, green value is 78 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5b4eef hue: 0.68 , saturation: 0.83 and the lightness value of 5b4eef is 0.62.

The process color (four color CMYK) of #5b4eef color hex is 0.62, 0.67, 0.00, 0.06. Web safe color of #5b4eef is #6666ff. Color #5b4eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01001110 11101111
Octal 133 116 357
Decimal 91 78 239
Hex 5B 4E EF

RGB Percentages of Color #5b4eef

%22.30
%19.12
%58.58

CMYK Percentages of Color #5b4eef

%62
%67
%0
%6

Triadic Colors of #5b4eef

#5b4eef #ef5b4e #4eef5b

Analogous Colors of #5b4eef

#5b4eef #ac4eef #4e92ef

Monochromatic Colors of #5b4eef

#5b4eef

Complementary Color

#5b4eef #e2ef4e

#5b4eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b4eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b4eef Color CSS Codes

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

#5b4eef Text Font Color

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

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


#5b4eef Background Color

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

This div background color is #5b4eef


#5b4eef Border Color

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

This div border color is #5b4eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b4eef


Comments

No comments written yet.

Please login to write comment.