Color Hex Logo

#2e334a Color Hex

#2E334A
(46,51,74)
2 Favorites   0 Comments

Color spaces of #2e334a

RGB 465174
HSL0.640.230.24
HSV229°38°29°
CMYK 0.380.310.00   0.71
XYZ3.54663.44296.9562
Yxy3.44290.25430.2469
Hunter Lab18.55511.6470-9.2390
CIE-Lab21.73694.4223-14.8893

#2e334a color RGB value is (46,51,74).

#2e334a hex color red value is 46, green value is 51 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #2e334a hue: 0.64 , saturation: 0.23 and the lightness value of 2e334a is 0.24.

The process color (four color CMYK) of #2e334a color hex is 0.38, 0.31, 0.00, 0.71. Web safe color of #2e334a is #333333. Color #2e334a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00110011 01001010
Octal 56 63 112
Decimal 46 51 74
Hex 2E 33 4A

RGB Percentages of Color #2e334a

%26.90
%29.82
%43.27

CMYK Percentages of Color #2e334a

%38
%31
%0
%71

Triadic Colors of #2e334a

#2e334a #4a2e33 #334a2e

Analogous Colors of #2e334a

#2e334a #372e4a #2e414a

Monochromatic Colors of #2e334a

#2e334a

Complementary Color

#2e334a #4a452e

#2e334a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e334a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e334a Color CSS Codes

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

#2e334a Text Font Color

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

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


#2e334a Background Color

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

This div background color is #2e334a


#2e334a Border Color

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

This div border color is #2e334a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e334a


Comments

No comments written yet.

Please login to write comment.