Color Hex Logo

#509efb Color Hex

#509EFB
(80,158,251)
0 Favorites   0 Comments

Color spaces of #509efb

RGB 80158251
HSL0.590.960.65
HSV213°68°98°
CMYK 0.680.370.00   0.02
XYZ32.947733.124295.9239
Yxy33.12420.20340.2045
Hunter Lab57.55361.4670-58.5304
CIE-Lab64.26135.2818-53.3464

#509efb color RGB value is (80,158,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011110 11111011
Octal 120 236 373
Decimal 80 158 251
Hex 50 9E FB

RGB Percentages of Color #509efb

%16.36
%32.31
%51.33

CMYK Percentages of Color #509efb

%68
%37
%0
%2

Triadic Colors of #509efb

#509efb #fb509e #9efb50

Analogous Colors of #509efb

#509efb #5750fb #50f4fb

Monochromatic Colors of #509efb

#509efb

Complementary Color

#509efb #fbad50

#509efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#509efb Color CSS Codes

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

#509efb Text Font Color

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

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


#509efb Background Color

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

This div background color is #509efb


#509efb Border Color

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

This div border color is #509efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509efb

Related Colors


Comments

No comments written yet.

Please login to write comment.