Color Hex Logo

#050057 Color Hex

#050057
(5,0,87)
0 Favorites   0 Comments

Color spaces of #050057

RGB 5087
HSL0.681.000.17
HSV243°100°34°
CMYK 0.941.000.00   0.66
XYZ1.78290.72049.0619
Yxy0.72040.15420.0623
Hunter Lab8.487622.6421-57.3601
CIE-Lab6.507335.8371-48.5148

#050057 color RGB value is (5,0,87).

#050057 hex color red value is 5, green value is 0 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #050057 hue: 0.68 , saturation: 1.00 and the lightness value of 050057 is 0.17.

The process color (four color CMYK) of #050057 color hex is 0.94, 1.00, 0.00, 0.66. Web safe color of #050057 is #000066. Color #050057 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000000 01010111
Octal 5 0 127
Decimal 5 0 87
Hex 5 0 57

RGB Percentages of Color #050057

%5.43
%0.00
%94.57

CMYK Percentages of Color #050057

%94
%100
%0
%66

Triadic Colors of #050057

#050057 #570500 #005705

Analogous Colors of #050057

#050057 #310057 #002757

Monochromatic Colors of #050057

#050057

Complementary Color

#050057 #525700

#050057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050057 Color CSS Codes

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

#050057 Text Font Color

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

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


#050057 Background Color

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

This div background color is #050057


#050057 Border Color

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

This div border color is #050057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050057


Comments

No comments written yet.

Please login to write comment.