Color Hex Logo

#02757f Color Hex

#02757F
(2,117,127)
0 Favorites   0 Comments

Color spaces of #02757f

RGB 2117127
HSL0.510.970.25
HSV185°98°50°
CMYK 0.980.080.00   0.50
XYZ10.217114.267822.2941
Yxy14.26780.21840.3050
Hunter Lab37.7727-17.8201-8.5530
CIE-Lab44.6146-23.5311-13.3721

#02757f color RGB value is (2,117,127).

#02757f hex color red value is 2, green value is 117 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #02757f hue: 0.51 , saturation: 0.97 and the lightness value of 02757f is 0.25.

The process color (four color CMYK) of #02757f color hex is 0.98, 0.08, 0.00, 0.50. Web safe color of #02757f is #006666. Color #02757f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01110101 01111111
Octal 2 165 177
Decimal 2 117 127
Hex 2 75 7F

RGB Percentages of Color #02757f

%0.81
%47.56
%51.63

CMYK Percentages of Color #02757f

%98
%8
%0
%50

Triadic Colors of #02757f

#02757f #7f0275 #757f02

Analogous Colors of #02757f

#02757f #02377f #027f4b

Monochromatic Colors of #02757f

#02757f

Complementary Color

#02757f #7f0c02

#02757f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02757f Color Preview on White Background

Lorem ipsum dolor sit amet.

#02757f Color CSS Codes

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

#02757f Text Font Color

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

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


#02757f Background Color

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

This div background color is #02757f


#02757f Border Color

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

This div border color is #02757f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02757f


Comments

No comments written yet.

Please login to write comment.