Color Hex Logo

#505bce Color Hex

#505BCE
(80,91,206)
0 Favorites   0 Comments

Color spaces of #505bce

RGB 8091206
HSL0.650.560.56
HSV235°61°81°
CMYK 0.610.560.00   0.19
XYZ18.189913.643960.0673
Yxy13.64390.19790.1485
Hunter Lab36.937723.2612-70.5599
CIE-Lab43.717930.7335-61.0680

#505bce color RGB value is (80,91,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011011 11001110
Octal 120 133 316
Decimal 80 91 206
Hex 50 5B CE

RGB Percentages of Color #505bce

%21.22
%24.14
%54.64

CMYK Percentages of Color #505bce

%61
%56
%0
%19

Triadic Colors of #505bce

#505bce #ce505b #5bce50

Analogous Colors of #505bce

#505bce #8450ce #509ace

Monochromatic Colors of #505bce

#505bce

Complementary Color

#505bce #cec350

#505bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#505bce Color CSS Codes

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

#505bce Text Font Color

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

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


#505bce Background Color

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

This div background color is #505bce


#505bce Border Color

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

This div border color is #505bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505bce


Comments

No comments written yet.

Please login to write comment.