Color Hex Logo

#2e747c Color Hex

#2E747C
(46,116,124)
0 Favorites   0 Comments

Color spaces of #2e747c

RGB 46116124
HSL0.520.460.33
HSV186°63°49°
CMYK 0.630.060.00   0.51
XYZ11.010214.526921.2924
Yxy14.52690.23510.3102
Hunter Lab38.1142-15.1358-6.4423
CIE-Lab44.9793-19.1043-10.9506

#2e747c color RGB value is (46,116,124).

#2e747c hex color red value is 46, green value is 116 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #2e747c hue: 0.52 , saturation: 0.46 and the lightness value of 2e747c is 0.33.

The process color (four color CMYK) of #2e747c color hex is 0.63, 0.06, 0.00, 0.51. Web safe color of #2e747c is #336666. Color #2e747c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01110100 01111100
Octal 56 164 174
Decimal 46 116 124
Hex 2E 74 7C

RGB Percentages of Color #2e747c

%16.08
%40.56
%43.36

CMYK Percentages of Color #2e747c

%63
%6
%0
%51

Triadic Colors of #2e747c

#2e747c #7c2e74 #747c2e

Analogous Colors of #2e747c

#2e747c #2e4d7c #2e7c5d

Monochromatic Colors of #2e747c

#2e747c

Complementary Color

#2e747c #7c362e

#2e747c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e747c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e747c Color CSS Codes

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

#2e747c Text Font Color

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

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


#2e747c Background Color

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

This div background color is #2e747c


#2e747c Border Color

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

This div border color is #2e747c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(46,116,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2e747c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2e747c;
  -webkit-box-shadow: 1px 1px 3px 2px #2e747c;
  box-shadow:         1px 1px 3px 2px #2e747c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e747c


Comments

No comments written yet.

Please login to write comment.