Color Hex Logo

#5b2eba Color Hex

#5B2EBA
(91,46,186)
0 Favorites   0 Comments

Color spaces of #5b2eba

RGB 9146186
HSL0.720.600.45
HSV259°75°73°
CMYK 0.510.750.00   0.27
XYZ14.15437.723347.1991
Yxy7.72330.20490.1118
Hunter Lab27.790842.2789-81.2428
CIE-Lab33.399852.0945-66.1914

#5b2eba color RGB value is (91,46,186).

#5b2eba hex color red value is 91, green value is 46 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5b2eba hue: 0.72 , saturation: 0.60 and the lightness value of 5b2eba is 0.45.

The process color (four color CMYK) of #5b2eba color hex is 0.51, 0.75, 0.00, 0.27. Web safe color of #5b2eba is #6633cc. Color #5b2eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 00101110 10111010
Octal 133 56 272
Decimal 91 46 186
Hex 5B 2E BA

RGB Percentages of Color #5b2eba

%28.17
%14.24
%57.59

CMYK Percentages of Color #5b2eba

%51
%75
%0
%27

Triadic Colors of #5b2eba

#5b2eba #ba5b2e #2eba5b

Analogous Colors of #5b2eba

#5b2eba #a12eba #2e47ba

Monochromatic Colors of #5b2eba

#5b2eba

Complementary Color

#5b2eba #8dba2e

#5b2eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b2eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b2eba Color CSS Codes

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

#5b2eba Text Font Color

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

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


#5b2eba Background Color

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

This div background color is #5b2eba


#5b2eba Border Color

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

This div border color is #5b2eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b2eba


Comments

No comments written yet.

Please login to write comment.