Color Hex Logo

#2e5adb Color Hex

#2E5ADB
(46,90,219)
0 Favorites   0 Comments

Color spaces of #2e5adb

RGB 4690219
HSL0.620.710.52
HSV225°79°86°
CMYK 0.790.590.00   0.14
XYZ17.569113.007668.6026
Yxy13.00760.17710.1312
Hunter Lab36.066123.8383-87.5315
CIE-Lab42.774731.4829-70.1220

#2e5adb color RGB value is (46,90,219).

#2e5adb hex color red value is 46, green value is 90 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2e5adb hue: 0.62 , saturation: 0.71 and the lightness value of 2e5adb is 0.52.

The process color (four color CMYK) of #2e5adb color hex is 0.79, 0.59, 0.00, 0.14. Web safe color of #2e5adb is #3366cc. Color #2e5adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01011010 11011011
Octal 56 132 333
Decimal 46 90 219
Hex 2E 5A DB

RGB Percentages of Color #2e5adb

%12.96
%25.35
%61.69

CMYK Percentages of Color #2e5adb

%79
%59
%0
%14

Triadic Colors of #2e5adb

#2e5adb #db2e5a #5adb2e

Analogous Colors of #2e5adb

#2e5adb #582edb #2eb1db

Monochromatic Colors of #2e5adb

#2e5adb

Complementary Color

#2e5adb #dbaf2e

#2e5adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e5adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e5adb Color CSS Codes

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

#2e5adb Text Font Color

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

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


#2e5adb Background Color

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

This div background color is #2e5adb


#2e5adb Border Color

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

This div border color is #2e5adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e5adb


Comments

No comments written yet.

Please login to write comment.