Color Hex Logo

#2e379d Color Hex

#2E379D
(46,55,157)
0 Favorites   0 Comments

Color spaces of #2e379d

RGB 4655157
HSL0.650.550.40
HSV235°71°62°
CMYK 0.710.650.00   0.38
XYZ8.57875.747532.5555
Yxy5.74750.18300.1226
Hunter Lab23.973921.9190-63.7313
CIE-Lab28.766331.3256-56.5537

#2e379d color RGB value is (46,55,157).

#2e379d hex color red value is 46, green value is 55 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #2e379d hue: 0.65 , saturation: 0.55 and the lightness value of 2e379d is 0.40.

The process color (four color CMYK) of #2e379d color hex is 0.71, 0.65, 0.00, 0.38. Web safe color of #2e379d is #333399. Color #2e379d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00110111 10011101
Octal 56 67 235
Decimal 46 55 157
Hex 2E 37 9D

RGB Percentages of Color #2e379d

%17.83
%21.32
%60.85

CMYK Percentages of Color #2e379d

%71
%65
%0
%38

Triadic Colors of #2e379d

#2e379d #9d2e37 #379d2e

Analogous Colors of #2e379d

#2e379d #5c2e9d #2e6f9d

Monochromatic Colors of #2e379d

#2e379d

Complementary Color

#2e379d #9d942e

#2e379d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e379d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e379d Color CSS Codes

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

#2e379d Text Font Color

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

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


#2e379d Background Color

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

This div background color is #2e379d


#2e379d Border Color

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

This div border color is #2e379d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e379d


Comments

No comments written yet.

Please login to write comment.