Color Hex Logo

#2e287a Color Hex

#2E287A
(46,40,122)
0 Favorites   0 Comments

Color spaces of #2e287a

RGB 4640122
HSL0.680.510.32
HSV244°67°48°
CMYK 0.620.670.00   0.52
XYZ5.39843.503618.8041
Yxy3.50360.19480.1265
Hunter Lab18.717918.7246-46.4605
CIE-Lab21.957428.5872-45.9329

#2e287a color RGB value is (46,40,122).

#2e287a hex color red value is 46, green value is 40 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #2e287a hue: 0.68 , saturation: 0.51 and the lightness value of 2e287a is 0.32.

The process color (four color CMYK) of #2e287a color hex is 0.62, 0.67, 0.00, 0.52. Web safe color of #2e287a is #333366. Color #2e287a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00101000 01111010
Octal 56 50 172
Decimal 46 40 122
Hex 2E 28 7A

RGB Percentages of Color #2e287a

%22.12
%19.23
%58.65

CMYK Percentages of Color #2e287a

%62
%67
%0
%52

Triadic Colors of #2e287a

#2e287a #7a2e28 #287a2e

Analogous Colors of #2e287a

#2e287a #57287a #284b7a

Monochromatic Colors of #2e287a

#2e287a

Complementary Color

#2e287a #747a28

#2e287a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e287a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e287a Color CSS Codes

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

#2e287a Text Font Color

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

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


#2e287a Background Color

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

This div background color is #2e287a


#2e287a Border Color

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

This div border color is #2e287a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e287a

#2e287a Color Palettes


Comments

No comments written yet.

Please login to write comment.