Color Hex Logo

#2e2abb Color Hex

#2E2ABB
(46,42,187)
0 Favorites   0 Comments

Color spaces of #2e2abb

RGB 4642187
HSL0.670.630.45
HSV242°78°73°
CMYK 0.750.780.00   0.27
XYZ10.92435.824647.5622
Yxy5.82460.16990.0906
Hunter Lab24.134238.5628-99.9511
CIE-Lab28.965649.2849-74.2238

#2e2abb color RGB value is (46,42,187).

#2e2abb hex color red value is 46, green value is 42 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #2e2abb hue: 0.67 , saturation: 0.63 and the lightness value of 2e2abb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 00101010 10111011
Octal 56 52 273
Decimal 46 42 187
Hex 2E 2A BB

RGB Percentages of Color #2e2abb

%16.73
%15.27
%68.00

CMYK Percentages of Color #2e2abb

%75
%78
%0
%27

Triadic Colors of #2e2abb

#2e2abb #bb2e2a #2abb2e

Analogous Colors of #2e2abb

#2e2abb #772abb #2a6fbb

Monochromatic Colors of #2e2abb

#2e2abb

Complementary Color

#2e2abb #b7bb2a

#2e2abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e2abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e2abb Color CSS Codes

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

#2e2abb Text Font Color

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

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


#2e2abb Background Color

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

This div background color is #2e2abb


#2e2abb Border Color

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

This div border color is #2e2abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e2abb


Comments

No comments written yet.

Please login to write comment.