Color Hex Logo

#2e2539 Color Hex

#2E2539
(46,37,57)
0 Favorites   0 Comments

Color spaces of #2e2539

RGB 463757
HSL0.740.210.18
HSV267°35°22°
CMYK 0.190.350.00   0.78
XYZ2.52682.19944.1622
Yxy2.19940.28430.2474
Hunter Lab14.83044.4597-6.2587
CIE-Lab16.50079.1378-11.3371

#2e2539 color RGB value is (46,37,57).

#2e2539 hex color red value is 46, green value is 37 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #2e2539 hue: 0.74 , saturation: 0.21 and the lightness value of 2e2539 is 0.18.

The process color (four color CMYK) of #2e2539 color hex is 0.19, 0.35, 0.00, 0.78. Web safe color of #2e2539 is #333333. Color #2e2539 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00100101 00111001
Octal 56 45 71
Decimal 46 37 57
Hex 2E 25 39

RGB Percentages of Color #2e2539

%32.86
%26.43
%40.71

CMYK Percentages of Color #2e2539

%19
%35
%0
%78

Triadic Colors of #2e2539

#2e2539 #392e25 #25392e

Analogous Colors of #2e2539

#2e2539 #382539 #252639

Monochromatic Colors of #2e2539

#2e2539

Complementary Color

#2e2539 #303925

#2e2539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e2539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e2539 Color CSS Codes

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

#2e2539 Text Font Color

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

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


#2e2539 Background Color

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

This div background color is #2e2539


#2e2539 Border Color

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

This div border color is #2e2539


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e2539


Comments

No comments written yet.

Please login to write comment.