Color Hex Logo

#2e0abb Color Hex

#2E0ABB
(46,10,187)
0 Favorites   0 Comments

Color spaces of #2e0abb

RGB 4610187
HSL0.700.900.39
HSV252°95°73°
CMYK 0.750.950.00   0.27
XYZ10.20494.385847.3224
Yxy4.38580.16480.0708
Hunter Lab20.942350.3316-119.3154
CIE-Lab24.907961.3166-80.9643

#2e0abb color RGB value is (46,10,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 00001010 10111011
Octal 56 12 273
Decimal 46 10 187
Hex 2E A BB

RGB Percentages of Color #2e0abb

%18.93
%4.12
%76.95

CMYK Percentages of Color #2e0abb

%75
%95
%0
%27

Triadic Colors of #2e0abb

#2e0abb #bb2e0a #0abb2e

Analogous Colors of #2e0abb

#2e0abb #870abb #0a3fbb

Monochromatic Colors of #2e0abb

#2e0abb

Complementary Color

#2e0abb #97bb0a

#2e0abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e0abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e0abb Color CSS Codes

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

#2e0abb Text Font Color

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

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


#2e0abb Background Color

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

This div background color is #2e0abb


#2e0abb Border Color

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

This div border color is #2e0abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e0abb


Comments

No comments written yet.

Please login to write comment.