Color Hex Logo

#505bcb Color Hex

#505BCB
(80,91,203)
0 Favorites   0 Comments

Color spaces of #505bcb

RGB 8091203
HSL0.650.540.55
HSV235°61°80°
CMYK 0.610.550.00   0.20
XYZ17.828813.499458.1659
Yxy13.49940.19920.1508
Hunter Lab36.741522.3193-68.1435
CIE-Lab43.506329.7260-59.6834

#505bcb color RGB value is (80,91,203).

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

The process color (four color CMYK) of #505bcb color hex is 0.61, 0.55, 0.00, 0.20. Web safe color of #505bcb is #6666cc. Color #505bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011011 11001011
Octal 120 133 313
Decimal 80 91 203
Hex 50 5B CB

RGB Percentages of Color #505bcb

%21.39
%24.33
%54.28

CMYK Percentages of Color #505bcb

%61
%55
%0
%20

Triadic Colors of #505bcb

#505bcb #cb505b #5bcb50

Analogous Colors of #505bcb

#505bcb #8350cb #5099cb

Monochromatic Colors of #505bcb

#505bcb

Complementary Color

#505bcb #cbc050

#505bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#505bcb Color CSS Codes

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

#505bcb Text Font Color

<p style="color:#505bcb">Text here</p>

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


#505bcb Background Color

<div style="background-color:#505bcb">
Div content here</div>

This div background color is #505bcb


#505bcb Border Color

<div style="border:3px solid #505bcb">
Div here</div>

This div border color is #505bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505bcb


Comments

No comments written yet.

Please login to write comment.