Color Hex Logo

#505efb Color Hex

#505EFB
(80,94,251)
0 Favorites   0 Comments

Color spaces of #505efb

RGB 8094251
HSL0.650.960.65
HSV235°68°98°
CMYK 0.680.630.00   0.02
XYZ24.723616.675993.1825
Yxy16.67590.18370.1239
Hunter Lab40.836136.6068-106.7064
CIE-Lab47.849043.9628-79.7993

#505efb color RGB value is (80,94,251).

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

The process color (four color CMYK) of #505efb color hex is 0.68, 0.63, 0.00, 0.02. Web safe color of #505efb is #6666ff. Color #505efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011110 11111011
Octal 120 136 373
Decimal 80 94 251
Hex 50 5E FB

RGB Percentages of Color #505efb

%18.82
%22.12
%59.06

CMYK Percentages of Color #505efb

%68
%63
%0
%2

Triadic Colors of #505efb

#505efb #fb505e #5efb50

Analogous Colors of #505efb

#505efb #9850fb #50b4fb

Monochromatic Colors of #505efb

#505efb

Complementary Color

#505efb #fbed50

#505efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#505efb Color CSS Codes

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

#505efb Text Font Color

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

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


#505efb Background Color

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

This div background color is #505efb


#505efb Border Color

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

This div border color is #505efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505efb


Comments

No comments written yet.

Please login to write comment.