Color Hex Logo

#5b2eed Color Hex

#5B2EED
(91,46,237)
0 Favorites   0 Comments

Color spaces of #5b2eed

RGB 9146237
HSL0.710.840.55
HSV254°81°93°
CMYK 0.620.810.00   0.07
XYZ20.577410.292681.0229
Yxy10.29260.18390.0920
Hunter Lab32.082158.3460-127.2787
CIE-Lab38.362565.9087-87.5081

#5b2eed color RGB value is (91,46,237).

#5b2eed hex color red value is 91, green value is 46 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5b2eed hue: 0.71 , saturation: 0.84 and the lightness value of 5b2eed is 0.55.

The process color (four color CMYK) of #5b2eed color hex is 0.62, 0.81, 0.00, 0.07. Web safe color of #5b2eed is #6633ff. Color #5b2eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 00101110 11101101
Octal 133 56 355
Decimal 91 46 237
Hex 5B 2E ED

RGB Percentages of Color #5b2eed

%24.33
%12.30
%63.37

CMYK Percentages of Color #5b2eed

%62
%81
%0
%7

Triadic Colors of #5b2eed

#5b2eed #ed5b2e #2eed5b

Analogous Colors of #5b2eed

#5b2eed #bb2eed #2e61ed

Monochromatic Colors of #5b2eed

#5b2eed

Complementary Color

#5b2eed #c0ed2e

#5b2eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b2eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b2eed Color CSS Codes

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

#5b2eed Text Font Color

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

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


#5b2eed Background Color

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

This div background color is #5b2eed


#5b2eed Border Color

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

This div border color is #5b2eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b2eed


Comments

No comments written yet.

Please login to write comment.