Color Hex Logo

#050688 Color Hex

#050688
(5,6,136)
0 Favorites   0 Comments

Color spaces of #050688

RGB 56136
HSL0.670.930.28
HSV240°96°53°
CMYK 0.960.960.00   0.47
XYZ4.57161.940123.4261
Yxy1.94010.15270.0648
Hunter Lab13.928734.2108-89.9669
CIE-Lab15.169747.4839-66.1014

#050688 color RGB value is (5,6,136).

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

The process color (four color CMYK) of #050688 color hex is 0.96, 0.96, 0.00, 0.47. Web safe color of #050688 is #000099. Color #050688 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000110 10001000
Octal 5 6 210
Decimal 5 6 136
Hex 5 6 88

RGB Percentages of Color #050688

%3.40
%4.08
%92.52

CMYK Percentages of Color #050688

%96
%96
%0
%47

Triadic Colors of #050688

#050688 #880506 #068805

Analogous Colors of #050688

#050688 #460588 #054788

Monochromatic Colors of #050688

#050688

Complementary Color

#050688 #888705

#050688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050688 Color CSS Codes

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

#050688 Text Font Color

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

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


#050688 Background Color

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

This div background color is #050688


#050688 Border Color

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

This div border color is #050688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050688


Comments

No comments written yet.

Please login to write comment.