Color Hex Logo

#02576f Color Hex

#02576F
(2,87,111)
0 Favorites   0 Comments

Color spaces of #02576f

RGB 287111
HSL0.540.960.22
HSV193°98°44°
CMYK 0.980.220.00   0.56
XYZ6.30257.977016.2465
Yxy7.97700.20650.2613
Hunter Lab28.2436-9.5943-14.3348
CIE-Lab33.9349-12.8596-19.9844

#02576f color RGB value is (2,87,111).

#02576f hex color red value is 2, green value is 87 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #02576f hue: 0.54 , saturation: 0.96 and the lightness value of 02576f is 0.22.

The process color (four color CMYK) of #02576f color hex is 0.98, 0.22, 0.00, 0.56. Web safe color of #02576f is #006666. Color #02576f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01010111 01101111
Octal 2 127 157
Decimal 2 87 111
Hex 2 57 6F

RGB Percentages of Color #02576f

%1.00
%43.50
%55.50

CMYK Percentages of Color #02576f

%98
%22
%0
%56

Triadic Colors of #02576f

#02576f #6f0257 #576f02

Analogous Colors of #02576f

#02576f #02216f #026f51

Monochromatic Colors of #02576f

#02576f

Complementary Color

#02576f #6f1a02

#02576f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02576f Color Preview on White Background

Lorem ipsum dolor sit amet.

#02576f Color CSS Codes

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

#02576f Text Font Color

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

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


#02576f Background Color

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

This div background color is #02576f


#02576f Border Color

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

This div border color is #02576f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02576f


Comments

No comments written yet.

Please login to write comment.