Color Hex Logo

#050670 Color Hex

#050670
(5,6,112)
0 Favorites   0 Comments

Color spaces of #050670

RGB 56112
HSL0.670.910.23
HSV239°96°44°
CMYK 0.960.950.00   0.56
XYZ3.05231.332415.4255
Yxy1.33240.15410.0673
Hunter Lab11.543027.0005-71.1524
CIE-Lab11.500240.3923-56.8471

#050670 color RGB value is (5,6,112).

#050670 hex color red value is 5, green value is 6 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #050670 hue: 0.67 , saturation: 0.91 and the lightness value of 050670 is 0.23.

The process color (four color CMYK) of #050670 color hex is 0.96, 0.95, 0.00, 0.56. Web safe color of #050670 is #000066. Color #050670 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000110 01110000
Octal 5 6 160
Decimal 5 6 112
Hex 5 6 70

RGB Percentages of Color #050670

%4.07
%4.88
%91.06

CMYK Percentages of Color #050670

%96
%95
%0
%56

Triadic Colors of #050670

#050670 #700506 #067005

Analogous Colors of #050670

#050670 #3a0570 #053b70

Monochromatic Colors of #050670

#050670

Complementary Color

#050670 #706f05

#050670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050670 Color CSS Codes

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

#050670 Text Font Color

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

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


#050670 Background Color

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

This div background color is #050670


#050670 Border Color

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

This div border color is #050670


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,6,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #050670; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #050670;
  -webkit-box-shadow: 1px 1px 3px 2px #050670;
  box-shadow:         1px 1px 3px 2px #050670; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050670


Comments

No comments written yet.

Please login to write comment.