Color Hex Logo

#2e3aae Color Hex

#2E3AAE
(46,58,174)
0 Favorites   0 Comments

Color spaces of #2e3aae

RGB 4658174
HSL0.650.580.43
HSV234°74°68°
CMYK 0.740.670.00   0.32
XYZ10.27986.662940.7887
Yxy6.66290.17810.1154
Hunter Lab25.812625.9151-75.6204
CIE-Lab31.026835.5221-63.0942

#2e3aae color RGB value is (46,58,174).

#2e3aae hex color red value is 46, green value is 58 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #2e3aae hue: 0.65 , saturation: 0.58 and the lightness value of 2e3aae is 0.43.

The process color (four color CMYK) of #2e3aae color hex is 0.74, 0.67, 0.00, 0.32. Web safe color of #2e3aae is #333399. Color #2e3aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00111010 10101110
Octal 56 72 256
Decimal 46 58 174
Hex 2E 3A AE

RGB Percentages of Color #2e3aae

%16.55
%20.86
%62.59

CMYK Percentages of Color #2e3aae

%74
%67
%0
%32

Triadic Colors of #2e3aae

#2e3aae #ae2e3a #3aae2e

Analogous Colors of #2e3aae

#2e3aae #622eae #2e7aae

Monochromatic Colors of #2e3aae

#2e3aae

Complementary Color

#2e3aae #aea22e

#2e3aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e3aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e3aae Color CSS Codes

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

#2e3aae Text Font Color

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

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


#2e3aae Background Color

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

This div background color is #2e3aae


#2e3aae Border Color

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

This div border color is #2e3aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e3aae


Comments

No comments written yet.

Please login to write comment.