Color Hex Logo

#2e0eab Color Hex

#2E0EAB
(46,14,171)
0 Favorites   0 Comments

Color spaces of #2e0eab

RGB 4614171
HSL0.700.850.36
HSV252°92°67°
CMYK 0.730.920.00   0.33
XYZ8.63443.835238.8133
Yxy3.83520.16840.0748
Hunter Lab19.583744.4289-103.7996
CIE-Lab23.119056.1518-74.3624

#2e0eab color RGB value is (46,14,171).

#2e0eab hex color red value is 46, green value is 14 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #2e0eab hue: 0.70 , saturation: 0.85 and the lightness value of 2e0eab is 0.36.

The process color (four color CMYK) of #2e0eab color hex is 0.73, 0.92, 0.00, 0.33. Web safe color of #2e0eab is #330099. Color #2e0eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00001110 10101011
Octal 56 16 253
Decimal 46 14 171
Hex 2E E AB

RGB Percentages of Color #2e0eab

%19.91
%6.06
%74.03

CMYK Percentages of Color #2e0eab

%73
%92
%0
%33

Triadic Colors of #2e0eab

#2e0eab #ab2e0e #0eab2e

Analogous Colors of #2e0eab

#2e0eab #7d0eab #0e3cab

Monochromatic Colors of #2e0eab

#2e0eab

Complementary Color

#2e0eab #8bab0e

#2e0eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e0eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e0eab Color CSS Codes

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

#2e0eab Text Font Color

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

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


#2e0eab Background Color

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

This div background color is #2e0eab


#2e0eab Border Color

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

This div border color is #2e0eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e0eab


Comments

No comments written yet.

Please login to write comment.