Color Hex Logo

#5b4acb Color Hex

#5B4ACB
(91,74,203)
0 Favorites   0 Comments

Color spaces of #5b4acb

RGB 9174203
HSL0.690.550.54
HSV248°64°80°
CMYK 0.550.640.00   0.20
XYZ17.542711.433557.7822
Yxy11.43350.20220.1318
Hunter Lab33.813533.4337-77.6484
CIE-Lab40.301242.0018-64.8517

#5b4acb color RGB value is (91,74,203).

#5b4acb hex color red value is 91, green value is 74 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5b4acb hue: 0.69 , saturation: 0.55 and the lightness value of 5b4acb is 0.54.

The process color (four color CMYK) of #5b4acb color hex is 0.55, 0.64, 0.00, 0.20. Web safe color of #5b4acb is #6633cc. Color #5b4acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01001010 11001011
Octal 133 112 313
Decimal 91 74 203
Hex 5B 4A CB

RGB Percentages of Color #5b4acb

%24.73
%20.11
%55.16

CMYK Percentages of Color #5b4acb

%55
%64
%0
%20

Triadic Colors of #5b4acb

#5b4acb #cb5b4a #4acb5b

Analogous Colors of #5b4acb

#5b4acb #9c4acb #4a7acb

Monochromatic Colors of #5b4acb

#5b4acb

Complementary Color

#5b4acb #bacb4a

#5b4acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b4acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b4acb Color CSS Codes

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

#5b4acb Text Font Color

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

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


#5b4acb Background Color

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

This div background color is #5b4acb


#5b4acb Border Color

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

This div border color is #5b4acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b4acb

#5b4acb Color Palettes


Comments

No comments written yet.

Please login to write comment.