Color Hex Logo

#2e658a Color Hex

#2E658A
(46,101,138)
0 Favorites   0 Comments

Color spaces of #2e658a

RGB 46101138
HSL0.570.500.36
HSV204°67°54°
CMYK 0.670.270.00   0.46
XYZ10.367811.723225.7611
Yxy11.72320.21670.2450
Hunter Lab34.2392-5.8678-20.6416
CIE-Lab40.7728-5.8084-25.8145

#2e658a color RGB value is (46,101,138).

#2e658a hex color red value is 46, green value is 101 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #2e658a hue: 0.57 , saturation: 0.50 and the lightness value of 2e658a is 0.36.

The process color (four color CMYK) of #2e658a color hex is 0.67, 0.27, 0.00, 0.46. Web safe color of #2e658a is #336699. Color #2e658a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01100101 10001010
Octal 56 145 212
Decimal 46 101 138
Hex 2E 65 8A

RGB Percentages of Color #2e658a

%16.14
%35.44
%48.42

CMYK Percentages of Color #2e658a

%67
%27
%0
%46

Triadic Colors of #2e658a

#2e658a #8a2e65 #658a2e

Analogous Colors of #2e658a

#2e658a #2e378a #2e8a81

Monochromatic Colors of #2e658a

#2e658a

Complementary Color

#2e658a #8a532e

#2e658a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e658a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e658a Color CSS Codes

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

#2e658a Text Font Color

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

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


#2e658a Background Color

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

This div background color is #2e658a


#2e658a Border Color

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

This div border color is #2e658a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,101,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 #2e658a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e658a


Comments

No comments written yet.

Please login to write comment.