Color Hex Logo

#2e1dff Color Hex

#2E1DFF
(46,29,255)
0 Favorites   0 Comments

Color spaces of #2e1dff

RGB 4629255
HSL0.681.000.56
HSV245°89°100°
CMYK 0.820.890.00   0.00
XYZ19.61618.679695.2492
Yxy8.67960.15880.0703
Hunter Lab29.461267.2935-171.0643
CIE-Lab35.359974.1009-102.7258

#2e1dff color RGB value is (46,29,255).

#2e1dff hex color red value is 46, green value is 29 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #2e1dff hue: 0.68 , saturation: 1.00 and the lightness value of 2e1dff is 0.56.

The process color (four color CMYK) of #2e1dff color hex is 0.82, 0.89, 0.00, 0.00. Web safe color of #2e1dff is #3333ff. Color #2e1dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00011101 11111111
Octal 56 35 377
Decimal 46 29 255
Hex 2E 1D FF

RGB Percentages of Color #2e1dff

%13.94
%8.79
%77.27

CMYK Percentages of Color #2e1dff

%82
%89
%0
%0

Triadic Colors of #2e1dff

#2e1dff #ff2e1d #1dff2e

Analogous Colors of #2e1dff

#2e1dff #9f1dff #1d7dff

Monochromatic Colors of #2e1dff

#2e1dff

Complementary Color

#2e1dff #eeff1d

#2e1dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e1dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e1dff Color CSS Codes

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

#2e1dff Text Font Color

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

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


#2e1dff Background Color

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

This div background color is #2e1dff


#2e1dff Border Color

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

This div border color is #2e1dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e1dff

Related Colors


Comments

No comments written yet.

Please login to write comment.