Color Hex Logo

#2e11bb Color Hex

#2E11BB
(46,17,187)
0 Favorites   0 Comments

Color spaces of #2e11bb

RGB 4617187
HSL0.700.830.40
HSV250°91°73°
CMYK 0.750.910.00   0.27
XYZ10.29684.569647.3530
Yxy4.56960.16550.0734
Hunter Lab21.376648.5717-116.3742
CIE-Lab25.471659.5983-80.0251

#2e11bb color RGB value is (46,17,187).

#2e11bb hex color red value is 46, green value is 17 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #2e11bb hue: 0.70 , saturation: 0.83 and the lightness value of 2e11bb is 0.40.

The process color (four color CMYK) of #2e11bb color hex is 0.75, 0.91, 0.00, 0.27. Web safe color of #2e11bb is #3300cc. Color #2e11bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00010001 10111011
Octal 56 21 273
Decimal 46 17 187
Hex 2E 11 BB

RGB Percentages of Color #2e11bb

%18.40
%6.80
%74.80

CMYK Percentages of Color #2e11bb

%75
%91
%0
%27

Triadic Colors of #2e11bb

#2e11bb #bb2e11 #11bb2e

Analogous Colors of #2e11bb

#2e11bb #8311bb #1149bb

Monochromatic Colors of #2e11bb

#2e11bb

Complementary Color

#2e11bb #9ebb11

#2e11bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e11bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e11bb Color CSS Codes

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

#2e11bb Text Font Color

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

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


#2e11bb Background Color

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

This div background color is #2e11bb


#2e11bb Border Color

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

This div border color is #2e11bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e11bb


Comments

No comments written yet.

Please login to write comment.