Color Hex Logo

#2e184a Color Hex

#2E184A
(46,24,74)
0 Favorites   0 Comments

Color spaces of #2e184a

RGB 462474
HSL0.740.510.19
HSV266°68°29°
CMYK 0.380.680.00   0.71
XYZ2.68941.72856.6705
Yxy1.72850.24250.1559
Hunter Lab13.147213.5063-20.8788
CIE-Lab13.992623.0831-27.1315

#2e184a color RGB value is (46,24,74).

#2e184a hex color red value is 46, green value is 24 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #2e184a hue: 0.74 , saturation: 0.51 and the lightness value of 2e184a is 0.19.

The process color (four color CMYK) of #2e184a color hex is 0.38, 0.68, 0.00, 0.71. Web safe color of #2e184a is #330033. Color #2e184a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00011000 01001010
Octal 56 30 112
Decimal 46 24 74
Hex 2E 18 4A

RGB Percentages of Color #2e184a

%31.94
%16.67
%51.39

CMYK Percentages of Color #2e184a

%38
%68
%0
%71

Triadic Colors of #2e184a

#2e184a #4a2e18 #184a2e

Analogous Colors of #2e184a

#2e184a #47184a #181b4a

Monochromatic Colors of #2e184a

#2e184a

Complementary Color

#2e184a #344a18

#2e184a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e184a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e184a Color CSS Codes

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

#2e184a Text Font Color

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

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


#2e184a Background Color

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

This div background color is #2e184a


#2e184a Border Color

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

This div border color is #2e184a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e184a


Comments

No comments written yet.

Please login to write comment.