Color Hex Logo

#5070ec Color Hex

#5070EC
(80,112,236)
0 Favorites   0 Comments

Color spaces of #5070ec

RGB 80112236
HSL0.630.800.62
HSV228°66°93°
CMYK 0.660.530.00   0.07
XYZ24.242819.349981.8141
Yxy19.34990.19330.1543
Hunter Lab43.988521.3944-79.4813
CIE-Lab51.094127.8930-66.1452

#5070ec color RGB value is (80,112,236).

#5070ec hex color red value is 80, green value is 112 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5070ec hue: 0.63 , saturation: 0.80 and the lightness value of 5070ec is 0.62.

The process color (four color CMYK) of #5070ec color hex is 0.66, 0.53, 0.00, 0.07. Web safe color of #5070ec is #6666ff. Color #5070ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110000 11101100
Octal 120 160 354
Decimal 80 112 236
Hex 50 70 EC

RGB Percentages of Color #5070ec

%18.69
%26.17
%55.14

CMYK Percentages of Color #5070ec

%66
%53
%0
%7

Triadic Colors of #5070ec

#5070ec #ec5070 #70ec50

Analogous Colors of #5070ec

#5070ec #7e50ec #50beec

Monochromatic Colors of #5070ec

#5070ec

Complementary Color

#5070ec #eccc50

#5070ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5070ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5070ec Color CSS Codes

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

#5070ec Text Font Color

<p style="color:#5070ec">Text here</p>

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


#5070ec Background Color

<div style="background-color:#5070ec">
Div content here</div>

This div background color is #5070ec


#5070ec Border Color

<div style="border:3px solid #5070ec">
Div here</div>

This div border color is #5070ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,112,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5070ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5070ec;
  -webkit-box-shadow: 1px 1px 3px 2px #5070ec;
  box-shadow:         1px 1px 3px 2px #5070ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5070ec


Comments

No comments written yet.

Please login to write comment.