Color Hex Logo

#5b00cb Color Hex

#5B00CB
(91,0,203)
0 Favorites   0 Comments

Color spaces of #5b00cb

RGB 910203
HSL0.741.000.40
HSV267°100°80°
CMYK 0.551.000.00   0.20
XYZ15.09396.535956.9659
Yxy6.53590.19200.0832
Hunter Lab25.565460.6475-114.2167
CIE-Lab30.726169.3583-80.5944

#5b00cb color RGB value is (91,0,203).

#5b00cb hex color red value is 91, green value is 0 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5b00cb hue: 0.74 , saturation: 1.00 and the lightness value of 5b00cb is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 00000000 11001011
Octal 133 0 313
Decimal 91 0 203
Hex 5B 0 CB

RGB Percentages of Color #5b00cb

%30.95
%0.00
%69.05

CMYK Percentages of Color #5b00cb

%55
%100
%0
%20

Triadic Colors of #5b00cb

#5b00cb #cb5b00 #00cb5b

Analogous Colors of #5b00cb

#5b00cb #c100cb #000acb

Monochromatic Colors of #5b00cb

#5b00cb

Complementary Color

#5b00cb #70cb00

#5b00cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b00cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b00cb Color CSS Codes

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

#5b00cb Text Font Color

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

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


#5b00cb Background Color

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

This div background color is #5b00cb


#5b00cb Border Color

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

This div border color is #5b00cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,0,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 #5b00cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b00cb

#5b00cb Color Palettes


Comments

No comments written yet.

Please login to write comment.