Color Hex Logo

#2e2eaa Color Hex

#2E2EAA
(46,46,170)
0 Favorites   0 Comments

Color spaces of #2e2eaa

RGB 4646170
HSL0.670.570.42
HSV240°73°67°
CMYK 0.730.730.00   0.33
XYZ9.35945.437138.5864
Yxy5.43710.17530.1019
Hunter Lab23.317630.8420-81.7919
CIE-Lab27.945441.4708-65.7640

#2e2eaa color RGB value is (46,46,170).

#2e2eaa hex color red value is 46, green value is 46 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #2e2eaa hue: 0.67 , saturation: 0.57 and the lightness value of 2e2eaa is 0.42.

The process color (four color CMYK) of #2e2eaa color hex is 0.73, 0.73, 0.00, 0.33. Web safe color of #2e2eaa is #333399. Color #2e2eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00101110 10101010
Octal 56 56 252
Decimal 46 46 170
Hex 2E 2E AA

RGB Percentages of Color #2e2eaa

%17.56
%17.56
%64.89

CMYK Percentages of Color #2e2eaa

%73
%73
%0
%33

Triadic Colors of #2e2eaa

#2e2eaa #aa2e2e #2eaa2e

Analogous Colors of #2e2eaa

#2e2eaa #6c2eaa #2e6caa

Monochromatic Colors of #2e2eaa

#2e2eaa

Complementary Color

#2e2eaa #aaaa2e

#2e2eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e2eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e2eaa Color CSS Codes

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

#2e2eaa Text Font Color

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

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


#2e2eaa Background Color

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

This div background color is #2e2eaa


#2e2eaa Border Color

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

This div border color is #2e2eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e2eaa


Comments

No comments written yet.

Please login to write comment.