Color Hex Logo

#5080bf Color Hex

#5080BF
(80,128,191)
0 Favorites   0 Comments

Color spaces of #5080bf

RGB 80128191
HSL0.590.460.53
HSV214°58°75°
CMYK 0.580.330.00   0.25
XYZ20.431420.905452.2485
Yxy20.90540.21830.2234
Hunter Lab45.7224-0.2502-35.7469
CIE-Lab52.84582.7691-37.8797

#5080bf color RGB value is (80,128,191).

#5080bf hex color red value is 80, green value is 128 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5080bf hue: 0.59 , saturation: 0.46 and the lightness value of 5080bf is 0.53.

The process color (four color CMYK) of #5080bf color hex is 0.58, 0.33, 0.00, 0.25. Web safe color of #5080bf is #6699cc. Color #5080bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000000 10111111
Octal 120 200 277
Decimal 80 128 191
Hex 50 80 BF

RGB Percentages of Color #5080bf

%20.05
%32.08
%47.87

CMYK Percentages of Color #5080bf

%58
%33
%0
%25

Triadic Colors of #5080bf

#5080bf #bf5080 #80bf50

Analogous Colors of #5080bf

#5080bf #5850bf #50b8bf

Monochromatic Colors of #5080bf

#5080bf

Complementary Color

#5080bf #bf8f50

#5080bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5080bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5080bf Color CSS Codes

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

#5080bf Text Font Color

<p style="color:#5080bf">Text here</p>

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


#5080bf Background Color

<div style="background-color:#5080bf">
Div content here</div>

This div background color is #5080bf


#5080bf Border Color

<div style="border:3px solid #5080bf">
Div here</div>

This div border color is #5080bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,128,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5080bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5080bf;
  -webkit-box-shadow: 1px 1px 3px 2px #5080bf;
  box-shadow:         1px 1px 3px 2px #5080bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5080bf

#5080bf Color Palettes


Comments

No comments written yet.

Please login to write comment.