Color Hex Logo

#2e218b Color Hex

#2E218B
(46,33,139)
0 Favorites   0 Comments

Color spaces of #2e218b

RGB 4633139
HSL0.690.620.34
HSV247°76°55°
CMYK 0.670.760.00   0.45
XYZ6.33083.532624.7743
Yxy3.53260.18280.1020
Hunter Lab18.795227.2326-64.9945
CIE-Lab22.061838.6201-56.4747

#2e218b color RGB value is (46,33,139).

#2e218b hex color red value is 46, green value is 33 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #2e218b hue: 0.69 , saturation: 0.62 and the lightness value of 2e218b is 0.34.

The process color (four color CMYK) of #2e218b color hex is 0.67, 0.76, 0.00, 0.45. Web safe color of #2e218b is #333399. Color #2e218b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00100001 10001011
Octal 56 41 213
Decimal 46 33 139
Hex 2E 21 8B

RGB Percentages of Color #2e218b

%21.10
%15.14
%63.76

CMYK Percentages of Color #2e218b

%67
%76
%0
%45

Triadic Colors of #2e218b

#2e218b #8b2e21 #218b2e

Analogous Colors of #2e218b

#2e218b #63218b #21498b

Monochromatic Colors of #2e218b

#2e218b

Complementary Color

#2e218b #7e8b21

#2e218b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e218b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e218b Color CSS Codes

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

#2e218b Text Font Color

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

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


#2e218b Background Color

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

This div background color is #2e218b


#2e218b Border Color

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

This div border color is #2e218b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e218b


Comments

No comments written yet.

Please login to write comment.