Color Hex Logo

#505bee Color Hex

#505BEE
(80,91,238)
0 Favorites   0 Comments

Color spaces of #505bee

RGB 8091238
HSL0.660.820.62
HSV236°66°93°
CMYK 0.660.620.00   0.07
XYZ22.482015.360782.6689
Yxy15.36070.18660.1275
Hunter Lab39.192733.8051-97.6250
CIE-Lab46.124341.4437-75.3448

#505bee color RGB value is (80,91,238).

#505bee hex color red value is 80, green value is 91 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #505bee hue: 0.66 , saturation: 0.82 and the lightness value of 505bee is 0.62.

The process color (four color CMYK) of #505bee color hex is 0.66, 0.62, 0.00, 0.07. Web safe color of #505bee is #6666ff. Color #505bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011011 11101110
Octal 120 133 356
Decimal 80 91 238
Hex 50 5B EE

RGB Percentages of Color #505bee

%19.56
%22.25
%58.19

CMYK Percentages of Color #505bee

%66
%62
%0
%7

Triadic Colors of #505bee

#505bee #ee505b #5bee50

Analogous Colors of #505bee

#505bee #9450ee #50aaee

Monochromatic Colors of #505bee

#505bee

Complementary Color

#505bee #eee350

#505bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#505bee Color CSS Codes

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

#505bee Text Font Color

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

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


#505bee Background Color

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

This div background color is #505bee


#505bee Border Color

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

This div border color is #505bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505bee


Comments

No comments written yet.

Please login to write comment.