Color Hex Logo

#2e09aa Color Hex

#2E09AA
(46,9,170)
0 Favorites   0 Comments

Color spaces of #2e09aa

RGB 469170
HSL0.700.900.35
HSV254°95°67°
CMYK 0.730.950.00   0.33
XYZ8.48013.678538.2933
Yxy3.67850.16810.0729
Hunter Lab19.179445.3591-104.9518
CIE-Lab22.578857.1334-74.6577

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

#2e09aa hex color red value is 46, green value is 9 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #2e09aa hue: 0.70 , saturation: 0.90 and the lightness value of 2e09aa is 0.35.

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

Base Numbers

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

RGB Percentages of Color #2e09aa

%20.44
%4.00
%75.56

CMYK Percentages of Color #2e09aa

%73
%95
%0
%33

Triadic Colors of #2e09aa

#2e09aa #aa2e09 #09aa2e

Analogous Colors of #2e09aa

#2e09aa #7f09aa #0934aa

Monochromatic Colors of #2e09aa

#2e09aa

Complementary Color

#2e09aa #85aa09

#2e09aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e09aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e09aa Color CSS Codes

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

#2e09aa Text Font Color

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

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


#2e09aa Background Color

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

This div background color is #2e09aa


#2e09aa Border Color

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

This div border color is #2e09aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e09aa


Comments

No comments written yet.

Please login to write comment.