Color Hex Logo

#2e466b Color Hex

#2E466B
(46,70,107)
0 Favorites   0 Comments

Color spaces of #2e466b

RGB 4670107
HSL0.600.400.30
HSV216°57°42°
CMYK 0.570.350.00   0.58
XYZ5.97076.022714.7577
Yxy6.02270.22320.2251
Hunter Lab24.54120.4807-18.4749
CIE-Lab29.46972.7716-24.3385

#2e466b color RGB value is (46,70,107).

#2e466b hex color red value is 46, green value is 70 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #2e466b hue: 0.60 , saturation: 0.40 and the lightness value of 2e466b is 0.30.

The process color (four color CMYK) of #2e466b color hex is 0.57, 0.35, 0.00, 0.58. Web safe color of #2e466b is #333366. Color #2e466b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01000110 01101011
Octal 56 106 153
Decimal 46 70 107
Hex 2E 46 6B

RGB Percentages of Color #2e466b

%20.63
%31.39
%47.98

CMYK Percentages of Color #2e466b

%57
%35
%0
%58

Triadic Colors of #2e466b

#2e466b #6b2e46 #466b2e

Analogous Colors of #2e466b

#2e466b #352e6b #2e656b

Monochromatic Colors of #2e466b

#2e466b

Complementary Color

#2e466b #6b532e

#2e466b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e466b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e466b Color CSS Codes

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

#2e466b Text Font Color

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

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


#2e466b Background Color

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

This div background color is #2e466b


#2e466b Border Color

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

This div border color is #2e466b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e466b


Comments

No comments written yet.

Please login to write comment.