Color Hex Logo

#2e2a87 Color Hex

#2E2A87
(46,42,135)
0 Favorites   0 Comments

Color spaces of #2e2a87

RGB 4642135
HSL0.670.530.35
HSV243°69°53°
CMYK 0.660.690.00   0.47
XYZ6.32793.986023.3575
Yxy3.98600.18790.1184
Hunter Lab19.965021.6369-55.3893
CIE-Lab23.625131.8508-51.4060

#2e2a87 color RGB value is (46,42,135).

#2e2a87 hex color red value is 46, green value is 42 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #2e2a87 hue: 0.67 , saturation: 0.53 and the lightness value of 2e2a87 is 0.35.

The process color (four color CMYK) of #2e2a87 color hex is 0.66, 0.69, 0.00, 0.47. Web safe color of #2e2a87 is #333399. Color #2e2a87 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00101010 10000111
Octal 56 52 207
Decimal 46 42 135
Hex 2E 2A 87

RGB Percentages of Color #2e2a87

%20.63
%18.83
%60.54

CMYK Percentages of Color #2e2a87

%66
%69
%0
%47

Triadic Colors of #2e2a87

#2e2a87 #872e2a #2a872e

Analogous Colors of #2e2a87

#2e2a87 #5d2a87 #2a5587

Monochromatic Colors of #2e2a87

#2e2a87

Complementary Color

#2e2a87 #83872a

#2e2a87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e2a87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e2a87 Color CSS Codes

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

#2e2a87 Text Font Color

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

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


#2e2a87 Background Color

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

This div background color is #2e2a87


#2e2a87 Border Color

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

This div border color is #2e2a87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e2a87


Comments

No comments written yet.

Please login to write comment.