Color Hex Logo

#2c728a Color Hex

#2C728A
(44,114,138)
0 Favorites   0 Comments

Color spaces of #2c728a

RGB 44114138
HSL0.540.520.36
HSV195°68°54°
CMYK 0.680.170.00   0.46
XYZ11.643514.405126.2115
Yxy14.40510.22280.2756
Hunter Lab37.9541-11.6596-14.3785
CIE-Lab44.8084-13.7813-19.5733

#2c728a color RGB value is (44,114,138).

#2c728a hex color red value is 44, green value is 114 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #2c728a hue: 0.54 , saturation: 0.52 and the lightness value of 2c728a is 0.36.

The process color (four color CMYK) of #2c728a color hex is 0.68, 0.17, 0.00, 0.46. Web safe color of #2c728a is #336699. Color #2c728a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 01110010 10001010
Octal 54 162 212
Decimal 44 114 138
Hex 2C 72 8A

RGB Percentages of Color #2c728a

%14.86
%38.51
%46.62

CMYK Percentages of Color #2c728a

%68
%17
%0
%46

Triadic Colors of #2c728a

#2c728a #8a2c72 #728a2c

Analogous Colors of #2c728a

#2c728a #2c438a #2c8a73

Monochromatic Colors of #2c728a

#2c728a

Complementary Color

#2c728a #8a442c

#2c728a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c728a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c728a Color CSS Codes

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

#2c728a Text Font Color

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

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


#2c728a Background Color

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

This div background color is #2c728a


#2c728a Border Color

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

This div border color is #2c728a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c728a


Comments

No comments written yet.

Please login to write comment.