Color Hex Logo

#5073eb Color Hex

#5073EB
(80,115,235)
0 Favorites   0 Comments

Color spaces of #5073eb

RGB 80115235
HSL0.630.790.62
HSV226°66°92°
CMYK 0.660.510.00   0.08
XYZ24.434419.965181.1631
Yxy19.96510.19460.1590
Hunter Lab44.682319.4181-76.4196
CIE-Lab51.797725.6932-64.4484

#5073eb color RGB value is (80,115,235).

#5073eb hex color red value is 80, green value is 115 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5073eb hue: 0.63 , saturation: 0.79 and the lightness value of 5073eb is 0.62.

The process color (four color CMYK) of #5073eb color hex is 0.66, 0.51, 0.00, 0.08. Web safe color of #5073eb is #6666ff. Color #5073eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110011 11101011
Octal 120 163 353
Decimal 80 115 235
Hex 50 73 EB

RGB Percentages of Color #5073eb

%18.60
%26.74
%54.65

CMYK Percentages of Color #5073eb

%66
%51
%0
%8

Triadic Colors of #5073eb

#5073eb #eb5073 #73eb50

Analogous Colors of #5073eb

#5073eb #7b50eb #50c1eb

Monochromatic Colors of #5073eb

#5073eb

Complementary Color

#5073eb #ebc850

#5073eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5073eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5073eb Color CSS Codes

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

#5073eb Text Font Color

<p style="color:#5073eb">Text here</p>

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


#5073eb Background Color

<div style="background-color:#5073eb">
Div content here</div>

This div background color is #5073eb


#5073eb Border Color

<div style="border:3px solid #5073eb">
Div here</div>

This div border color is #5073eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,115,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5073eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5073eb;
  -webkit-box-shadow: 1px 1px 3px 2px #5073eb;
  box-shadow:         1px 1px 3px 2px #5073eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5073eb


Comments

No comments written yet.

Please login to write comment.