Color Hex Logo

#2e1fdb Color Hex

#2E1FDB
(46,31,219)
0 Favorites   0 Comments

Color spaces of #2e1fdb

RGB 4631219
HSL0.680.750.49
HSV245°86°86°
CMYK 0.790.860.00   0.14
XYZ14.40296.675367.5472
Yxy6.67530.16250.0753
Hunter Lab25.836654.2927-136.9221
CIE-Lab31.056063.7399-89.4428

#2e1fdb color RGB value is (46,31,219).

#2e1fdb hex color red value is 46, green value is 31 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2e1fdb hue: 0.68 , saturation: 0.75 and the lightness value of 2e1fdb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 00011111 11011011
Octal 56 37 333
Decimal 46 31 219
Hex 2E 1F DB

RGB Percentages of Color #2e1fdb

%15.54
%10.47
%73.99

CMYK Percentages of Color #2e1fdb

%79
%86
%0
%14

Triadic Colors of #2e1fdb

#2e1fdb #db2e1f #1fdb2e

Analogous Colors of #2e1fdb

#2e1fdb #8c1fdb #1f6edb

Monochromatic Colors of #2e1fdb

#2e1fdb

Complementary Color

#2e1fdb #ccdb1f

#2e1fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e1fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e1fdb Color CSS Codes

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

#2e1fdb Text Font Color

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

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


#2e1fdb Background Color

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

This div background color is #2e1fdb


#2e1fdb Border Color

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

This div border color is #2e1fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e1fdb


Comments

No comments written yet.

Please login to write comment.