Color Hex Logo

#5070cf Color Hex

#5070CF
(80,112,207)
0 Favorites   0 Comments

Color spaces of #5070cf

RGB 80112207
HSL0.620.570.56
HSV225°61°81°
CMYK 0.610.460.00   0.19
XYZ20.364917.798861.3936
Yxy17.79880.20460.1788
Hunter Lab42.188612.3338-56.7478
CIE-Lab49.251217.9379-52.7263

#5070cf color RGB value is (80,112,207).

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

The process color (four color CMYK) of #5070cf color hex is 0.61, 0.46, 0.00, 0.19. Web safe color of #5070cf is #6666cc. Color #5070cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110000 11001111
Octal 120 160 317
Decimal 80 112 207
Hex 50 70 CF

RGB Percentages of Color #5070cf

%20.05
%28.07
%51.88

CMYK Percentages of Color #5070cf

%61
%46
%0
%19

Triadic Colors of #5070cf

#5070cf #cf5070 #70cf50

Analogous Colors of #5070cf

#5070cf #7050cf #50b0cf

Monochromatic Colors of #5070cf

#5070cf

Complementary Color

#5070cf #cfaf50

#5070cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5070cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5070cf Color CSS Codes

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

#5070cf Text Font Color

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

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


#5070cf Background Color

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

This div background color is #5070cf


#5070cf Border Color

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

This div border color is #5070cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5070cf


Comments

No comments written yet.

Please login to write comment.