Color Hex Logo

#2e748e Color Hex

#2E748E
(46,116,142)
0 Favorites   0 Comments

Color spaces of #2e748e

RGB 46116142
HSL0.550.510.37
HSV196°68°56°
CMYK 0.680.180.00   0.44
XYZ12.254615.024627.8453
Yxy15.02460.22230.2726
Hunter Lab38.7616-11.3994-15.4593
CIE-Lab45.6679-13.2155-20.6245

#2e748e color RGB value is (46,116,142).

#2e748e hex color red value is 46, green value is 116 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #2e748e hue: 0.55 , saturation: 0.51 and the lightness value of 2e748e is 0.37.

The process color (four color CMYK) of #2e748e color hex is 0.68, 0.18, 0.00, 0.44. Web safe color of #2e748e is #336699. Color #2e748e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01110100 10001110
Octal 56 164 216
Decimal 46 116 142
Hex 2E 74 8E

RGB Percentages of Color #2e748e

%15.13
%38.16
%46.71

CMYK Percentages of Color #2e748e

%68
%18
%0
%44

Triadic Colors of #2e748e

#2e748e #8e2e74 #748e2e

Analogous Colors of #2e748e

#2e748e #2e448e #2e8e78

Monochromatic Colors of #2e748e

#2e748e

Complementary Color

#2e748e #8e482e

#2e748e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e748e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e748e Color CSS Codes

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

#2e748e Text Font Color

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

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


#2e748e Background Color

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

This div background color is #2e748e


#2e748e Border Color

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

This div border color is #2e748e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e748e


Comments

No comments written yet.

Please login to write comment.