Color Hex Logo

#5077ef Color Hex

#5077EF
(80,119,239)
0 Favorites   0 Comments

Color spaces of #5077ef

RGB 80119239
HSL0.630.830.63
HSV225°67°94°
CMYK 0.670.500.00   0.06
XYZ25.485121.131184.3969
Yxy21.13110.19450.1613
Hunter Lab45.968618.5159-76.6766
CIE-Lab53.092724.6048-64.5929

#5077ef color RGB value is (80,119,239).

#5077ef hex color red value is 80, green value is 119 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5077ef hue: 0.63 , saturation: 0.83 and the lightness value of 5077ef is 0.63.

The process color (four color CMYK) of #5077ef color hex is 0.67, 0.50, 0.00, 0.06. Web safe color of #5077ef is #6666ff. Color #5077ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110111 11101111
Octal 120 167 357
Decimal 80 119 239
Hex 50 77 EF

RGB Percentages of Color #5077ef

%18.26
%27.17
%54.57

CMYK Percentages of Color #5077ef

%67
%50
%0
%6

Triadic Colors of #5077ef

#5077ef #ef5077 #77ef50

Analogous Colors of #5077ef

#5077ef #7950ef #50c7ef

Monochromatic Colors of #5077ef

#5077ef

Complementary Color

#5077ef #efc850

#5077ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5077ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5077ef Color CSS Codes

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

#5077ef Text Font Color

<p style="color:#5077ef">Text here</p>

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


#5077ef Background Color

<div style="background-color:#5077ef">
Div content here</div>

This div background color is #5077ef


#5077ef Border Color

<div style="border:3px solid #5077ef">
Div here</div>

This div border color is #5077ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,119,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5077ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5077ef;
  -webkit-box-shadow: 1px 1px 3px 2px #5077ef;
  box-shadow:         1px 1px 3px 2px #5077ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5077ef


Comments

No comments written yet.

Please login to write comment.