Color Hex Logo

#5086cb Color Hex

#5086CB
(80,134,203)
0 Favorites   0 Comments

Color spaces of #5086cb

RGB 80134203
HSL0.590.540.55
HSV214°61°80°
CMYK 0.610.340.00   0.20
XYZ22.612923.067559.7606
Yxy23.06750.21450.2188
Hunter Lab48.0286-0.0085-40.1527
CIE-Lab55.14183.1742-41.0918

#5086cb color RGB value is (80,134,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000110 11001011
Octal 120 206 313
Decimal 80 134 203
Hex 50 86 CB

RGB Percentages of Color #5086cb

%19.18
%32.13
%48.68

CMYK Percentages of Color #5086cb

%61
%34
%0
%20

Triadic Colors of #5086cb

#5086cb #cb5086 #86cb50

Analogous Colors of #5086cb

#5086cb #5850cb #50c4cb

Monochromatic Colors of #5086cb

#5086cb

Complementary Color

#5086cb #cb9550

#5086cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5086cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5086cb Color CSS Codes

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

#5086cb Text Font Color

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

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


#5086cb Background Color

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

This div background color is #5086cb


#5086cb Border Color

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

This div border color is #5086cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5086cb


Comments

No comments written yet.

Please login to write comment.