Color Hex Logo

#5077cb Color Hex

#5077CB
(80,119,203)
0 Favorites   0 Comments

Color spaces of #5077cb

RGB 80119203
HSL0.610.540.55
HSV221°61°80°
CMYK 0.610.410.00   0.20
XYZ20.684619.210959.1178
Yxy19.21090.20890.1940
Hunter Lab43.83027.5357-49.2886
CIE-Lab50.933012.2459-47.7591

#5077cb color RGB value is (80,119,203).

#5077cb hex color red value is 80, green value is 119 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5077cb hue: 0.61 , saturation: 0.54 and the lightness value of 5077cb is 0.55.

The process color (four color CMYK) of #5077cb color hex is 0.61, 0.41, 0.00, 0.20. Web safe color of #5077cb is #6666cc. Color #5077cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110111 11001011
Octal 120 167 313
Decimal 80 119 203
Hex 50 77 CB

RGB Percentages of Color #5077cb

%19.90
%29.60
%50.50

CMYK Percentages of Color #5077cb

%61
%41
%0
%20

Triadic Colors of #5077cb

#5077cb #cb5077 #77cb50

Analogous Colors of #5077cb

#5077cb #6750cb #50b5cb

Monochromatic Colors of #5077cb

#5077cb

Complementary Color

#5077cb #cba450

#5077cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5077cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5077cb Color CSS Codes

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

#5077cb Text Font Color

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

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


#5077cb Background Color

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

This div background color is #5077cb


#5077cb Border Color

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

This div border color is #5077cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5077cb


Comments

No comments written yet.

Please login to write comment.