Color Hex Logo

#2e1aaa Color Hex

#2E1AAA
(46,26,170)
0 Favorites   0 Comments

Color spaces of #2e1aaa

RGB 4626170
HSL0.690.730.38
HSV248°85°67°
CMYK 0.730.850.00   0.33
XYZ8.75184.221938.3838
Yxy4.22190.17040.0822
Hunter Lab20.547340.0717-96.3750
CIE-Lab24.391951.6793-71.6427

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

#2e1aaa hex color red value is 46, green value is 26 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #2e1aaa hue: 0.69 , saturation: 0.73 and the lightness value of 2e1aaa is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 00011010 10101010
Octal 56 32 252
Decimal 46 26 170
Hex 2E 1A AA

RGB Percentages of Color #2e1aaa

%19.01
%10.74
%70.25

CMYK Percentages of Color #2e1aaa

%73
%85
%0
%33

Triadic Colors of #2e1aaa

#2e1aaa #aa2e1a #1aaa2e

Analogous Colors of #2e1aaa

#2e1aaa #761aaa #1a4eaa

Monochromatic Colors of #2e1aaa

#2e1aaa

Complementary Color

#2e1aaa #96aa1a

#2e1aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e1aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e1aaa Color CSS Codes

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

#2e1aaa Text Font Color

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

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


#2e1aaa Background Color

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

This div background color is #2e1aaa


#2e1aaa Border Color

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

This div border color is #2e1aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e1aaa


Comments

No comments written yet.

Please login to write comment.