Color Hex Logo

#02727d Color Hex

#02727D
(2,114,125)
0 Favorites   0 Comments

Color spaces of #02727d

RGB 2114125
HSL0.510.970.25
HSV185°98°49°
CMYK 0.980.090.00   0.51
XYZ9.744013.528221.4997
Yxy13.52820.21760.3022
Hunter Lab36.7807-17.0777-8.9107
CIE-Lab43.5486-22.6639-13.7929

#02727d color RGB value is (2,114,125).

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

The process color (four color CMYK) of #02727d color hex is 0.98, 0.09, 0.00, 0.51. Web safe color of #02727d is #006666. Color #02727d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01110010 01111101
Octal 2 162 175
Decimal 2 114 125
Hex 2 72 7D

RGB Percentages of Color #02727d

%0.83
%47.30
%51.87

CMYK Percentages of Color #02727d

%98
%9
%0
%51

Triadic Colors of #02727d

#02727d #7d0272 #727d02

Analogous Colors of #02727d

#02727d #02347d #027d4b

Monochromatic Colors of #02727d

#02727d

Complementary Color

#02727d #7d0d02

#02727d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02727d Color Preview on White Background

Lorem ipsum dolor sit amet.

#02727d Color CSS Codes

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

#02727d Text Font Color

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

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


#02727d Background Color

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

This div background color is #02727d


#02727d Border Color

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

This div border color is #02727d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,114,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02727d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02727d;
  -webkit-box-shadow: 1px 1px 3px 2px #02727d;
  box-shadow:         1px 1px 3px 2px #02727d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02727d

#02727d Color Palettes


Comments

No comments written yet.

Please login to write comment.