Color Hex Logo

#2e4fad Color Hex

#2E4FAD
(46,79,173)
0 Favorites   0 Comments

Color spaces of #2e4fad

RGB 4679173
HSL0.620.580.43
HSV224°73°68°
CMYK 0.730.540.00   0.32
XYZ11.46559.189940.7047
Yxy9.18990.18690.1498
Hunter Lab30.314814.4602-58.3902
CIE-Lab36.347421.4167-53.8219

#2e4fad color RGB value is (46,79,173).

#2e4fad hex color red value is 46, green value is 79 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2e4fad hue: 0.62 , saturation: 0.58 and the lightness value of 2e4fad is 0.43.

The process color (four color CMYK) of #2e4fad color hex is 0.73, 0.54, 0.00, 0.32. Web safe color of #2e4fad is #336699. Color #2e4fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01001111 10101101
Octal 56 117 255
Decimal 46 79 173
Hex 2E 4F AD

RGB Percentages of Color #2e4fad

%15.44
%26.51
%58.05

CMYK Percentages of Color #2e4fad

%73
%54
%0
%32

Triadic Colors of #2e4fad

#2e4fad #ad2e4f #4fad2e

Analogous Colors of #2e4fad

#2e4fad #4d2ead #2e8fad

Monochromatic Colors of #2e4fad

#2e4fad

Complementary Color

#2e4fad #ad8c2e

#2e4fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e4fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e4fad Color CSS Codes

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

#2e4fad Text Font Color

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

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


#2e4fad Background Color

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

This div background color is #2e4fad


#2e4fad Border Color

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

This div border color is #2e4fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e4fad


Comments

No comments written yet.

Please login to write comment.