Color Hex Logo

#050775 Color Hex

#050775
(5,7,117)
0 Favorites   0 Comments

Color spaces of #050775

RGB 57117
HSL0.660.920.24
HSV239°96°46°
CMYK 0.960.940.00   0.54
XYZ3.34951.468616.9365
Yxy1.46860.15400.0675
Hunter Lab12.118628.1288-74.3786
CIE-Lab12.407041.4829-58.5825

#050775 color RGB value is (5,7,117).

#050775 hex color red value is 5, green value is 7 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #050775 hue: 0.66 , saturation: 0.92 and the lightness value of 050775 is 0.24.

The process color (four color CMYK) of #050775 color hex is 0.96, 0.94, 0.00, 0.54. Web safe color of #050775 is #000066. Color #050775 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000111 01110101
Octal 5 7 165
Decimal 5 7 117
Hex 5 7 75

RGB Percentages of Color #050775

%3.88
%5.43
%90.70

CMYK Percentages of Color #050775

%96
%94
%0
%54

Triadic Colors of #050775

#050775 #750507 #077505

Analogous Colors of #050775

#050775 #3b0575 #053f75

Monochromatic Colors of #050775

#050775

Complementary Color

#050775 #757305

#050775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050775 Color CSS Codes

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

#050775 Text Font Color

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

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


#050775 Background Color

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

This div background color is #050775


#050775 Border Color

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

This div border color is #050775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050775


Comments

No comments written yet.

Please login to write comment.