Color Hex Logo

#2e599d Color Hex

#2E599D
(46,89,157)
0 Favorites   0 Comments

Color spaces of #2e599d

RGB 4689157
HSL0.600.550.40
HSV217°71°62°
CMYK 0.710.430.00   0.38
XYZ10.784910.159933.2909
Yxy10.15990.19890.1873
Hunter Lab31.87464.6157-39.6122
CIE-Lab38.12798.7536-41.4125

#2e599d color RGB value is (46,89,157).

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

The process color (four color CMYK) of #2e599d color hex is 0.71, 0.43, 0.00, 0.38. Web safe color of #2e599d is #336699. Color #2e599d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01011001 10011101
Octal 56 131 235
Decimal 46 89 157
Hex 2E 59 9D

RGB Percentages of Color #2e599d

%15.75
%30.48
%53.77

CMYK Percentages of Color #2e599d

%71
%43
%0
%38

Triadic Colors of #2e599d

#2e599d #9d2e59 #599d2e

Analogous Colors of #2e599d

#2e599d #3a2e9d #2e919d

Monochromatic Colors of #2e599d

#2e599d

Complementary Color

#2e599d #9d722e

#2e599d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e599d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e599d Color CSS Codes

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

#2e599d Text Font Color

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

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


#2e599d Background Color

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

This div background color is #2e599d


#2e599d Border Color

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

This div border color is #2e599d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e599d


Comments

No comments written yet.

Please login to write comment.