Color Hex Logo

#5086da Color Hex

#5086DA
(80,134,218)
0 Favorites   0 Comments

Color spaces of #5086da

RGB 80134218
HSL0.600.650.58
HSV217°63°85°
CMYK 0.630.390.00   0.15
XYZ24.488323.817669.6363
Yxy23.81760.20760.2019
Hunter Lab48.80334.1612-50.4373
CIE-Lab55.90478.2243-48.3409

#5086da color RGB value is (80,134,218).

#5086da hex color red value is 80, green value is 134 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5086da hue: 0.60 , saturation: 0.65 and the lightness value of 5086da is 0.58.

The process color (four color CMYK) of #5086da color hex is 0.63, 0.39, 0.00, 0.15. Web safe color of #5086da is #6699cc. Color #5086da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000110 11011010
Octal 120 206 332
Decimal 80 134 218
Hex 50 86 DA

RGB Percentages of Color #5086da

%18.52
%31.02
%50.46

CMYK Percentages of Color #5086da

%63
%39
%0
%15

Triadic Colors of #5086da

#5086da #da5086 #86da50

Analogous Colors of #5086da

#5086da #5f50da #50cbda

Monochromatic Colors of #5086da

#5086da

Complementary Color

#5086da #daa450

#5086da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5086da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5086da Color CSS Codes

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

#5086da Text Font Color

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

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


#5086da Background Color

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

This div background color is #5086da


#5086da Border Color

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

This div border color is #5086da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5086da


Comments

No comments written yet.

Please login to write comment.