Color Hex Logo

#5070dc Color Hex

#5070DC
(80,112,220)
0 Favorites   0 Comments

Color spaces of #5070dc

RGB 80112220
HSL0.630.670.59
HSV226°64°86°
CMYK 0.640.490.00   0.14
XYZ22.020718.461170.1129
Yxy18.46110.19910.1669
Hunter Lab42.966416.2919-66.6734
CIE-Lab50.050722.3902-58.8263

#5070dc color RGB value is (80,112,220).

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

The process color (four color CMYK) of #5070dc color hex is 0.64, 0.49, 0.00, 0.14. Web safe color of #5070dc is #6666cc. Color #5070dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110000 11011100
Octal 120 160 334
Decimal 80 112 220
Hex 50 70 DC

RGB Percentages of Color #5070dc

%19.42
%27.18
%53.40

CMYK Percentages of Color #5070dc

%64
%49
%0
%14

Triadic Colors of #5070dc

#5070dc #dc5070 #70dc50

Analogous Colors of #5070dc

#5070dc #7650dc #50b6dc

Monochromatic Colors of #5070dc

#5070dc

Complementary Color

#5070dc #dcbc50

#5070dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5070dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5070dc Color CSS Codes

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

#5070dc Text Font Color

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

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


#5070dc Background Color

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

This div background color is #5070dc


#5070dc Border Color

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

This div border color is #5070dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5070dc


Comments

No comments written yet.

Please login to write comment.