Color Hex Logo

#005776 Color Hex

#005776
(0,87,118)
0 Favorites   0 Comments

Color spaces of #005776

RGB 087118
HSL0.541.000.23
HSV196°100°46°
CMYK 1.000.260.00   0.54
XYZ6.67828.124418.3557
Yxy8.12440.20140.2450
Hunter Lab28.5033-8.0591-18.2295
CIE-Lab34.2406-10.2333-23.8625

#005776 color RGB value is (0,87,118).

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

The process color (four color CMYK) of #005776 color hex is 1.00, 0.26, 0.00, 0.54. Web safe color of #005776 is #006666. Color #005776 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010111 01110110
Octal 0 127 166
Decimal 0 87 118
Hex 0 57 76

RGB Percentages of Color #005776

%0.00
%42.44
%57.56

CMYK Percentages of Color #005776

%100
%26
%0
%54

Triadic Colors of #005776

#005776 #760057 #577600

Analogous Colors of #005776

#005776 #001c76 #00765a

Monochromatic Colors of #005776

#005776

Complementary Color

#005776 #761f00

#005776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005776 Color CSS Codes

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

#005776 Text Font Color

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

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


#005776 Background Color

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

This div background color is #005776


#005776 Border Color

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

This div border color is #005776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005776


Comments

No comments written yet.

Please login to write comment.